veloren/assets/voxygen/i18n
2023-07-05 19:07:16 +00:00
..
ar-SA Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
be Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
bg i18n: add bulgarian (bg) translation 2023-07-02 08:50:17 +00:00
ca Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
cs Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
de Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
en Sort items in inventory by quantity 2023-07-05 19:07:16 +00:00
eo Esperanto translation 2023-07-03 23:34:35 +00:00
es Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
es-419 Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
eu Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
fr Sort items in inventory by quantity 2023-07-05 19:07:16 +00:00
hu Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
it Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
ja Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
ko Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
nb Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
nl Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
pl Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
pt Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
pt-BR Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
ro Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
ru Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
sr Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
sv Update swedish translations 2023-07-03 21:10:37 +02:00
th Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
tr Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
uk Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
vi Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
zh-Hans Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
zh-Hant Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +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!