veloren/assets/voxygen/i18n
Samuel Keiffer 52ce12f383 Merge branch 'floppy-music-instruments' into 'master'
Music Instruments

See merge request veloren/veloren!3535
2022-08-28 18:48:18 +00:00
..
ar_SA Remove template.ftl file 2022-08-17 22:46:48 +03:00
be_BY Remove template.ftl file 2022-08-17 22:46:48 +03:00
ca_CA Merge branch 'juliancoffee/i18n-tooling-fluent' into 'master' 2022-08-17 20:39:00 +00:00
cz_CZ Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
de_DE Remove template.ftl file 2022-08-17 22:46:48 +03:00
en Merge branch 'floppy-music-instruments' into 'master' 2022-08-28 18:48:18 +00:00
es_ES Craft all 2022-08-12 00:47:48 +00:00
es_LA Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
eu Remove template.ftl file 2022-08-17 22:46:48 +03:00
fr_FR Craft all 2022-08-12 00:47:48 +00:00
hu_HU Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
it_IT Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
ja_JP Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
nl_NL Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
no_NB Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
pl_PL Use fluent attributes for abilities 2022-08-19 18:35:44 +03:00
pt_BR Use fluent attributes for abilities 2022-08-19 18:35:44 +03:00
pt_PT Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
ro_RO Use fluent attributes for abilities 2022-08-19 18:35:44 +03:00
ru_RU Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
sr_SR Remove template.ftl file 2022-08-17 22:46:48 +03:00
sv_SE Update translations 2022-08-25 20:47:13 +02:00
th_TH Remove template.ftl file 2022-08-17 22:46:48 +03:00
tr_TR Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
uk_UA Use fluent attributes for abilities 2022-08-19 18:35:44 +03:00
vi_VI Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
zh_CN Migrate i18n files to new format 2022-08-06 21:57:08 +03: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!