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">
"texturesbytype": {
"*-good": {
"all": { 
"base": "block/my{type}texture",
},
},
"*-used": {
"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">
"texturesbytype": {
"*-bueno": {
"all": { 
"base": "block/mitexturade{type}",
},
},
"*-usado": {
"all": { 
"base": "block/mitexturade{type}",
alternates: [{"base": "block/mitexturade{type}1" }, {"base": "block/mitexturade{type}2" }, {"base": "mitexturade{type}3" }],
},
},
},
</syntaxhighlight>
 h Russian (ru)<syntaxhighlight lang="json">
"texturesbytype": {
"*-good": {
"all": { 
"base": "block/my{type}texture",
},
},
"*-used": {
"all": { 
"base": "block/my{type}texture",
"alternates": [{"base": "block/my{type}texture1" }, {"base": "block/my{type}texture2" }, {"base": "block/my{type}texture3" }],
},
},
},
</syntaxhighlight>