veloren/assets/voxygen/i18n
2022-10-23 01:42:00 +01:00
..
ar_SA Remove template.ftl file 2022-08-17 22:46:48 +03:00
be_BY Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
ca_CA Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
cz_CZ Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
de_DE Complete German Translation 2022-10-02 17:45:26 +00:00
en Experimental river velocity in shaders 2022-10-23 01:42:00 +01:00
es_ES Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
es_LA correction in the translation Spanish Latin American 2022-10-02 17:09:55 +09:00
eu Translate missing Basque strings 2022-10-04 22:25:23 +00:00
fr_FR Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
hu_HU Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
it_IT Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
ja_JP Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
nl_NL Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
no_NB Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
pl_PL Merge branch 'mckol/mute-keybinds' into 'master' 2022-09-21 09:22:45 +00:00
pt_BR Merge branch 'Nether190/update-pt_BR' into 'master' 2022-10-04 22:10:11 +00:00
pt_PT Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
ro_RO Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
ru_RU Merge branch 'Couls/TestBed' into 'master' 2022-09-20 22:13:50 +00:00
sr_SR Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
sv_SE Update swedish translation 2022-10-05 09:48:18 +02:00
th_TH Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
tr_TR Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
uk_UA UA localization update 2022-09-29 18:00:40 +00:00
vi_VI Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
zh_CN Upgrade Simplified Chinese Translation 2022-10-04 22:59:41 +00:00
zh_TW Migrate i18n files to new format 2022-08-06 21:57:08 +03: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!