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: {
  up: { base: "path to top texture" },
  down: { base: "path to bottom texture" },
  south: { base: "path to back texture" },
  north: { base: "path to front texture" },
  west: { base: "path to left texture" },
  east: { base: "path to right texture" },
},
</syntaxhighlight>
 h Spanish (es)<syntaxhighlight lang="json">
textures: {
  up: { base: "path hacia la textura superior" },
  down: { base: "path hacia la textura inferior" },
  south: { base: "path hacia la textura trasera" },
  north: { base: "path hacia la textura frontal" },
  west: { base: "path hacia la textura izquierda" },
  east: { base: "path hacia la textura derecha" },
},
</syntaxhighlight>
 h Russian (ru)<syntaxhighlight lang="json">
textures: {
  up: { base: "path to top texture" },
  down: { base: "path to bottom texture" },
  south: { base: "path to back texture" },
  north: { base: "path to front texture" },
  west: { base: "path to left texture" },
  east: { base: "path to right texture" },
},
</syntaxhighlight>