veloren/assets/voxygen/i18n
Illia Denysenko 9b6c678473 Merge branch 'master' into 'master'
Add hints on how to use animal materials to craft weapons

See merge request veloren/veloren!4306
2024-02-06 13:02:48 +00:00
..
ar-SA Translated using Weblate 2024-02-05 13:59:08 +00:00
be Translated using Weblate 2024-02-05 13:59:08 +00:00
bg Update translation files 2023-08-28 17:37:37 +00:00
ca Translated using Weblate 2024-02-05 13:59:08 +00:00
cs Translated using Weblate 2024-02-05 13:59:08 +00:00
de Translated using Weblate 2024-02-05 13:59:08 +00:00
en Add hints on how to use animal materials to craft weapons 2024-02-04 17:54:00 -08:00
eo Translated using Weblate 2024-02-05 13:59:08 +00:00
es Translated using Weblate 2024-02-05 13:59:08 +00:00
es-419 Translated using Weblate 2024-02-05 13:59:08 +00:00
eu Translated using Weblate 2024-02-05 13:59:08 +00:00
fr Translated using Weblate 2024-02-05 13:59:08 +00:00
hu Translated using Weblate 2024-02-05 13:59:08 +00:00
it Translated using Weblate 2024-02-05 13:59:08 +00:00
ja Translated using Weblate 2024-02-05 13:59:08 +00:00
ko Translated using Weblate 2024-02-05 13:59:08 +00:00
nb Translated using Weblate 2024-02-05 13:59:08 +00:00
nb-NO Update translation files 2023-08-28 17:37:37 +00:00
nl Translated using Weblate 2024-02-05 13:59:08 +00:00
pl Translated using Weblate 2024-02-05 13:59:08 +00:00
pt Update translation files 2023-08-28 17:37:37 +00:00
pt-BR Translated using Weblate 2024-02-05 13:59:08 +00:00
ro Translated using Weblate 2024-02-05 13:59:08 +00:00
ru Translated using Weblate 2024-02-05 13:59:08 +00:00
sr Translated using Weblate 2024-02-05 13:59:08 +00:00
sv Translated using Weblate 2024-02-05 13:59:08 +00:00
th Translated using Weblate 2024-02-05 13:59:08 +00:00
tr Translated using Weblate 2024-02-05 13:59:08 +00:00
uk Translated using Weblate 2024-02-05 13:59:08 +00:00
vi Translated using Weblate 2024-02-05 13:59:08 +00:00
zh-Hans Translated using Weblate 2024-02-05 13:59:08 +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!