veloren/assets/voxygen/i18n
2021-04-24 14:39:35 +00:00
..
de_DE refactor handling of duplicate login 2021-03-25 12:33:56 +01:00
en Add option to load English string as fallback if string missing 2021-04-24 14:39:35 +00:00
es_ES Unlock dodge roll iframes and staff explosion by default. 2021-04-18 16:16:06 -04:00
es_la refactor handling of duplicate login 2021-03-25 12:33:56 +01:00
fr_FR Unlock dodge roll iframes and staff explosion by default. 2021-04-18 16:16:06 -04:00
it_IT fixed the Select a Language text on languages where it was broken 2021-04-09 18:39:53 +02:00
ja_JP Unlock dodge roll iframes and staff explosion by default. 2021-04-18 16:16:06 -04:00
nl fixed the Select a Language text on languages where it was broken 2021-04-09 18:39:53 +02:00
no_nb Rename Norsk to Norsk bokmål 2021-04-06 11:37:51 +00:00
PL Unlock dodge roll iframes and staff explosion by default. 2021-04-18 16:16:06 -04:00
pt_BR update pt_br 20210422 2021-04-23 01:00:41 +00:00
pt_PT fixed the Select a Language text on languages where it was broken 2021-04-09 18:39:53 +02:00
ru_RU refactor handling of duplicate login 2021-03-25 12:33:56 +01:00
sv #966 - Add setting to invert controller camera Y axis 2021-02-24 10:39:44 -06:00
tr_TR refactor handling of duplicate login 2021-03-25 12:33:56 +01:00
uk_UA update uk_UA localization 2021-04-23 21:30:46 +00:00
vi_VI Started Vietnamese Translation 2021-04-03 22:17:57 -04:00
zh_CN Unlock dodge roll iframes and staff explosion by default. 2021-04-18 16:16:06 -04:00
zh_TW fixed the Select a Language text on languages where it was broken 2021-04-09 18:39:53 +02: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!