All translations

From Vintage Story Wiki

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)<syntaxhighlight lang="json">
"textures": {
"all": { 
"base": "block/my{type}texture",
"alternates": [{"base": "block/my{type}texture1" }, {"base": "block/my{type}texture2" }, {"base": "block/my{type}texture3" }],
},
},
</syntaxhighlight>
 h Spanish (es)<syntaxhighlight lang="json">
textures: {
"all": { 
"base": "block/mitexturade{type}",
"alternates": [{base: "block/mitexturade{type}1" }, {"base": "block/mitexturade{type}2" }, {"base": "block/mitexturade{type}3" }],
},
},
</syntaxhighlight>
 h Russian (ru)<syntaxhighlight lang="json">
"textures": {
"all": { 
"base": "block/my{type}texture",
"alternates": [{"base": "block/my{type}texture1" }, {"base": "block/my{type}texture2" }, {"base": "block/my{type}texture3" }],
},
},
</syntaxhighlight>