veloren/assets/voxygen/i18n
2022-11-22 11:52:39 +00: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 Add Exp-Bar 2022-11-22 11:52:39 +00:00
es_ES Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
es_LA Merge branch 'Halosesparta13-master-patch-90913' into 'master' 2022-11-20 18:16:49 +00: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 Italian transaltion 2022-11-21 16:24:06 +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 lang(pl_PL): update polish translations 2022-10-28 17:46:17 +02: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 translations 2022-11-01 11:05:51 +01:00
th_TH Improve and fix Thai translation. 2022-10-25 21:37:58 +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!