veloren/assets/voxygen/i18n
Noé acbd965e65 implemented en translation for Hammer, Bow, Scepter and Staff skills
skill tree translation

Clamped earning SP to avoid u16 overflow.

translation fixes

Fixed exp scaling function

Fixed exp scaling function

remove debug combat rating display

Update overhead.rs

implemented en translation for Axe
2021-01-19 08:08:02 -05:00
..
de_DE Skill point gains are displayed in hud. 2021-01-19 08:07:41 -05:00
en implemented en translation for Hammer, Bow, Scepter and Staff skills 2021-01-19 08:08:02 -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
en.ron Wired up skill UI to check for prerequisites being met and sufficient skill points. 2021-01-19 08:07:45 -05: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!