veloren/assets/voxygen/i18n
2021-03-07 14:25:07 +00:00
..
de_DE Factored formatting of buff text out to a single function. 2021-02-28 16:04:33 -05:00
en Better tree names 2021-03-07 14:25:07 +00:00
es_ES renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
es_la Factored formatting of buff text out to a single function. 2021-02-28 16:04:33 -05:00
fr_FR Split the french translation into multiple files 2021-03-05 12:23:08 +00:00
it_IT renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
nl Small chat message formatting changes and fixed missing player alias during admin entity possession 2021-02-17 02:15:45 +00:00
no Factored formatting of buff text out to a single function. 2021-02-28 16:04:33 -05:00
PL renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
pt_BR Factored formatting of buff text out to a single function. 2021-02-28 16:04:33 -05:00
pt_PT renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
ru_RU Factored formatting of buff text out to a single function. 2021-02-28 16:04:33 -05:00
sv #966 - Add setting to invert controller camera Y axis 2021-02-24 10:39:44 -06:00
tr_TR Factored formatting of buff text out to a single function. 2021-02-28 16:04:33 -05:00
uk_UA Factored formatting of buff text out to a single function. 2021-02-28 16:04:33 -05:00
zh_CN Small chat message formatting changes and fixed missing player alias during admin entity possession 2021-02-17 02:15:45 +00:00
zh_TW renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
README.md Update i18n's README.md to correct grammar and formatting 2020-12-31 12:32:22 +01: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!