veloren/assets/voxygen/i18n
Marcel 0383fdd626 Merge branch 'master' into 'master'
Translation: Update zh_Hans

See merge request veloren/veloren!3970
2023-08-29 10:14:46 +00:00
..
ar-SA Update translation files 2023-08-28 17:37:37 +00:00
be Update translation files 2023-08-28 17:37:37 +00:00
bg Update translation files 2023-08-28 17:37:37 +00:00
ca Update translation files 2023-08-28 17:37:37 +00:00
cs Update translation files 2023-08-28 17:37:37 +00:00
de fix(i18n): fix mistranslations caused by weblate 2023-08-28 22:59:39 +02: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 Update translation files 2023-08-28 17:37:37 +00:00
es-419 fix(i18n): fix mistranslations caused by weblate 2023-08-28 22:59:39 +02:00
eu Update translation files 2023-08-28 17:37:37 +00:00
fr fix(i18n): fix mistranslations caused by weblate 2023-08-28 22:59:39 +02:00
hu Update translation files 2023-08-28 17:37:37 +00:00
it Italian translation (axe abilities, buffs and others...) 2023-08-29 07:32:39 +00:00
ja fix(i18n): fix mistranslations caused by weblate 2023-08-28 22:59:39 +02:00
ko fix(i18n): fix mistranslations caused by weblate 2023-08-28 22:59:39 +02: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 fix(i18n): fix mistranslations caused by weblate 2023-08-28 22:59:39 +02:00
pt Update translation files 2023-08-28 17:37:37 +00:00
pt-BR Update translation files 2023-08-28 17:37:37 +00:00
ro Update translation files 2023-08-28 17:37:37 +00:00
ru fix(i18n): fix mistranslations caused by weblate 2023-08-28 22:59:39 +02:00
sr Update translation files 2023-08-28 17:37:37 +00:00
sv Update swedish translations 2023-08-16 15:13:51 +02:00
th Update translation files 2023-08-28 17:37:37 +00:00
tr fix(i18n): fix mistranslations caused by weblate 2023-08-28 22:59:39 +02:00
uk Merge branch 'master' into 'weblate-translation' 2023-08-28 19:43:06 +00:00
vi Update translation files 2023-08-28 17:37:37 +00:00
zh-Hans Merge branch 'master' into 'master' 2023-08-29 10:14:46 +00: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!