veloren/assets/voxygen/i18n
Codeberg Translate 37f9ac31a9
Update translation files
Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Codeberg Translate <translate@codeberg.org>
Translate-URL: https://translate.codeberg.org/projects/veloren/voxygen-hud-group/
Translation: Veloren/voxygen-hud-group
2023-08-28 17:37:37 +00:00
..
ar-SA Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
be Initial setup 2023-07-29 18:53:38 -04:00
bg Update translation files 2023-08-28 17:37:37 +00:00
ca Initial setup 2023-07-29 18:53:38 -04:00
cs Initial setup 2023-07-29 18:53:38 -04:00
de Initial setup 2023-07-29 18:53:38 -04:00
en Merge branch 'maxicarlos08/dungeon-avoid-cave' into 'master' 2023-08-19 11:12:01 +00:00
eo Esperanto translation 2023-07-03 23:34:35 +00:00
es Initial setup 2023-07-29 18:53:38 -04:00
es-419 Initial setup 2023-07-29 18:53:38 -04:00
eu Initial setup 2023-07-29 18:53:38 -04:00
fr Initial setup 2023-07-29 18:53:38 -04:00
hu Initial setup 2023-07-29 18:53:38 -04:00
it Initial setup 2023-07-29 18:53:38 -04:00
ja Initial setup 2023-07-29 18:53:38 -04:00
ko Initial setup 2023-07-29 18:53:38 -04: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 Initial setup 2023-07-29 18:53:38 -04:00
pt Update translation files 2023-08-28 17:37:37 +00:00
pt-BR Initial setup 2023-07-29 18:53:38 -04:00
ro Initial setup 2023-07-29 18:53:38 -04:00
ru Initial setup 2023-07-29 18:53:38 -04:00
sr Initial setup 2023-07-29 18:53:38 -04:00
sv Initial setup 2023-07-29 18:53:38 -04:00
th Initial setup 2023-07-29 18:53:38 -04:00
tr Update translation files 2023-08-28 17:37:37 +00:00
uk Initial setup 2023-07-29 18:53:38 -04:00
vi Make i18n language identifiers comply with IETF BCP 47 2023-06-07 13:12:34 +00:00
zh-Hans Initial setup 2023-07-29 18:53:38 -04: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!