veloren/assets/voxygen/i18n
Joshua Barretto 6070bd6538 Merge branch 'master' into 'master'
Italian: hud-map-bridge

See merge request veloren/veloren!3717
2022-12-29 13:09:21 +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 Update description of the flashing lights setting 2022-12-16 21:34:22 +02:00
es_ES Merge branch 'alejandrohernandezcarbonero83-master-patch-36663' into 'master' 2022-12-01 13:39:25 +00:00
es_LA fix spanish file movement 2022-12-15 21:39:59 +01: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: hud-map-bridge 2022-12-13 19:36:54 +01: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 Update description of the flashing lights setting 2022-12-16 21:34:22 +02:00
ru_RU Russian translation fixes 2022-12-03 19:40:45 +08:00
sr_SR Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
sv_SE Update swedish translations 2022-12-01 14:09:59 +00: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 Update description of the flashing lights setting 2022-12-16 21:34:22 +02: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!