veloren/assets/voxygen/i18n
2020-12-31 12:32:21 +01:00
..
de_DE renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
en renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
es_ES renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
es_la renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
fr_FR renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
it_IT renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
nl renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
no renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
PL renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
pt_BR renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
pt_PT renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
ru_RU renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
sv renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
tr_TR renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
uk_UA renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
zh_CN renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
zh_TW renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +01:00
README.md renamed _root.ron files to _manifest.ron 2020-12-31 12:32:21 +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 lines after a multi-line strings and two 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 !