veloren/assets/voxygen/i18n
Samuel Keiffer 59d8d287d9 Merge branch 'seachapel_npc_work' into 'master'
seachapel npc work

See merge request veloren/veloren!3599
2022-09-22 01:04:01 +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 Merge branch 'Couls/TestBed' into 'master' 2022-09-20 22:13:50 +00:00
en Merge branch 'seachapel_npc_work' into 'master' 2022-09-22 01:04:01 +00:00
es_ES Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
es_LA Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
eu Extend item pickup UI to group members 2022-09-20 22:13:50 +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 'Couls/TestBed' into 'master' 2022-09-20 22:13:50 +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 Merge branch 'Couls/TestBed' into 'master' 2022-09-20 22:13:50 +00: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 Merge branch 'Couls/TestBed' into 'master' 2022-09-20 22:13:50 +00:00
vi_VI Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
zh_CN Extend item pickup UI to group members 2022-09-20 22:13:50 +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!