group_bot/assets/voxygen/i18n
2024-06-13 19:16:24 -04:00
..
ar-SA Update assets; Tick faster 2024-06-13 19:16:24 -04:00
be Update assets; Tick faster 2024-06-13 19:16:24 -04:00
bg Update assets; Tick faster 2024-06-13 19:16:24 -04:00
ca Update assets; Tick faster 2024-06-13 19:16:24 -04:00
cs Update assets; Tick faster 2024-06-13 19:16:24 -04:00
de Update assets; Tick faster 2024-06-13 19:16:24 -04:00
en Update assets; Tick faster 2024-06-13 19:16:24 -04:00
eo Update assets; Tick faster 2024-06-13 19:16:24 -04:00
es Update assets; Tick faster 2024-06-13 19:16:24 -04:00
es-419 Update assets; Tick faster 2024-06-13 19:16:24 -04:00
eu Update assets; Tick faster 2024-06-13 19:16:24 -04:00
fr Update assets; Tick faster 2024-06-13 19:16:24 -04:00
hu Update assets; Tick faster 2024-06-13 19:16:24 -04:00
it Update assets; Tick faster 2024-06-13 19:16:24 -04:00
ja Update assets; Tick faster 2024-06-13 19:16:24 -04:00
ko Update assets; Tick faster 2024-06-13 19:16:24 -04:00
nb Update assets; Tick faster 2024-06-13 19:16:24 -04:00
nb_NO/item/items Update assets; Tick faster 2024-06-13 19:16:24 -04:00
nb-NO Update assets; Tick faster 2024-06-13 19:16:24 -04:00
nl Update assets; Tick faster 2024-06-13 19:16:24 -04:00
pl Update assets; Tick faster 2024-06-13 19:16:24 -04:00
pt Update assets; Tick faster 2024-06-13 19:16:24 -04:00
pt_BR/item Update assets; Tick faster 2024-06-13 19:16:24 -04:00
pt-BR Update assets; Tick faster 2024-06-13 19:16:24 -04:00
ro Update assets; Tick faster 2024-06-13 19:16:24 -04:00
ru Update assets; Tick faster 2024-06-13 19:16:24 -04:00
sr Update assets; Tick faster 2024-06-13 19:16:24 -04:00
sv Update assets; Tick faster 2024-06-13 19:16:24 -04:00
th Update assets; Tick faster 2024-06-13 19:16:24 -04:00
tr Update assets; Tick faster 2024-06-13 19:16:24 -04:00
uk Update assets; Tick faster 2024-06-13 19:16:24 -04:00
vi Update assets; Tick faster 2024-06-13 19:16:24 -04:00
zh_Hans/item Update assets; Tick faster 2024-06-13 19:16:24 -04:00
zh-Hans Update assets; Tick faster 2024-06-13 19:16:24 -04:00
zh-Hant Update assets; Tick faster 2024-06-13 19:16:24 -04:00
README.md Update assets; Tick faster 2024-06-13 19:16:24 -04:00

Translation document instructions

In order to keep localization documents readible please follow the following rules:

  • Separate the string map sections using a commentary describing the purpose of the next section
  • Prepend multi-line strings with a commentary
  • Append one blank line after multi-line strings and two blank lines after sections

Adding a new language in Veloren

To add a new language in Veloren, please follow these steps:

  • Create a new folder into the assets/voxygen/i18n directory
  • Copy the content of the en directory in your new folder
  • Configure the language metadata in the _manifest.ron file
  • From this point, you can start translating the files!