veloren/assets/voxygen/i18n
2023-11-14 18:06:59 -05:00
..
ar-SA Update translation files 2023-08-28 17:37:37 +00:00
be Added precision 2023-11-14 18:06:59 -05:00
bg Update translation files 2023-08-28 17:37:37 +00:00
ca Added precision 2023-11-14 18:06:59 -05:00
cs Added precision 2023-11-14 18:06:59 -05:00
de Added precision 2023-11-14 18:06:59 -05:00
en Added precision 2023-11-14 18:06:59 -05:00
eo voxygen: better translation of buff-death messages 2023-08-29 17:09:48 +00:00
es Added precision 2023-11-14 18:06:59 -05:00
es-419 Added precision 2023-11-14 18:06:59 -05:00
eu Added precision 2023-11-14 18:06:59 -05:00
fr Added precision 2023-11-14 18:06:59 -05:00
hu Added precision 2023-11-14 18:06:59 -05:00
it Added precision 2023-11-14 18:06:59 -05:00
ja Added precision 2023-11-14 18:06:59 -05:00
ko Added precision 2023-11-14 18:06:59 -05:00
nb fix(i18n): fix mistranslations caused by weblate 2023-08-28 22:59:39 +02:00
nb-NO Update translation files 2023-08-28 17:37:37 +00:00
nl fix(i18n): fix mistranslations caused by weblate 2023-08-28 22:59:39 +02:00
pl Added precision 2023-11-14 18:06:59 -05:00
pt Update translation files 2023-08-28 17:37:37 +00:00
pt-BR Added precision 2023-11-14 18:06:59 -05:00
ro Added precision 2023-11-14 18:06:59 -05:00
ru Added precision 2023-11-14 18:06:59 -05:00
sr Added precision 2023-11-14 18:06:59 -05:00
sv Added precision 2023-11-14 18:06:59 -05:00
th Added precision 2023-11-14 18:06:59 -05:00
tr Added precision 2023-11-14 18:06:59 -05:00
uk Added precision 2023-11-14 18:06:59 -05:00
vi Added precision 2023-11-14 18:06:59 -05:00
zh-Hans Added precision 2023-11-14 18:06:59 -05:00
zh-Hant Update translation files 2023-08-28 17:37:37 +00: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!