veloren/assets/voxygen/i18n
Monty 5362000de4 adjusted potions, refined level up message animation
fixed incorrect translation used on axe double strike regen skill

Changed migration so that skills and skill groups foreign key to entity_id instead of character_id
2021-01-19 08:08:14 -05:00
..
de_DE Skill point gains are displayed in hud. 2021-01-19 08:07:41 -05:00
en adjusted potions, refined level up message animation 2021-01-19 08:08:14 -05: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 Update tr_TR to new multi file format. 2021-01-02 12:04:04 +03: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 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!