veloren/assets/voxygen/i18n
2024-06-16 22:11:44 +00:00
..
ar-SA Update translation files 2024-03-09 10:50:48 +00:00
be Cleanup stuff from old hammer 2024-04-28 19:36:14 -04:00
bg Update translation files 2024-03-09 10:50:50 +00:00
ca Cleanup stuff from old hammer 2024-04-28 19:36:14 -04:00
cs Cleanup stuff from old hammer 2024-04-28 19:36:14 -04:00
de Update translation files (Weblate) 2024-06-16 22:11:44 +00:00
en Added test for each recipe being reachable. Made new recipes reachable. 2024-06-03 21:24:16 -04:00
eo Update translation files 2024-03-09 10:50:49 +00:00
es Cleanup stuff from old hammer 2024-04-28 19:36:14 -04:00
es-419 Cleanup stuff from old hammer 2024-04-28 19:36:14 -04:00
eu Cleanup stuff from old hammer 2024-04-28 19:36:14 -04:00
fr Update translation files (Weblate) 2024-05-09 06:11:37 +00:00
hu Cleanup stuff from old hammer 2024-04-28 19:36:14 -04:00
it Cleanup stuff from old hammer 2024-04-28 19:36:14 -04:00
ja Cleanup stuff from old hammer 2024-04-28 19:36:14 -04:00
ko Cleanup stuff from old hammer 2024-04-28 19:36:14 -04:00
nb Update translation files 2024-04-03 14:08:11 +00:00
nb_NO/item/items Translated using Weblate (Portuguese (Brazil)) 2024-04-10 16:30:06 +00:00
nb-NO Update translation files 2023-08-28 17:37:37 +00:00
nl Update translation files (Weblate) 2024-03-27 22:40:51 +00:00
pl Translated using Weblate (Portuguese) 2024-05-30 11:14:21 +00:00
pt Translated using Weblate (Portuguese) 2024-05-30 11:14:21 +00:00
pt_BR/item Update translation files (Weblate) 2024-06-16 22:11:44 +00:00
pt-BR Cleanup stuff from old hammer 2024-04-28 19:36:14 -04:00
ro Cleanup stuff from old hammer 2024-04-28 19:36:14 -04:00
ru Update translation files (Weblate) 2024-05-09 06:11:37 +00:00
sr Cleanup stuff from old hammer 2024-04-28 19:36:14 -04:00
sv Update translation files (Weblate) 2024-06-16 22:11:44 +00:00
th Cleanup stuff from old hammer 2024-04-28 19:36:14 -04:00
tr Update translation files 2024-03-09 10:50:51 +00:00
uk Translated using Weblate (Portuguese) 2024-05-30 11:14:21 +00:00
vi Translated using Weblate (Portuguese) 2024-05-30 11:14:21 +00:00
zh_Hans/item Update translation files (Weblate) 2024-05-09 06:11:37 +00:00
zh-Hans Cleanup stuff from old hammer 2024-04-28 19:36:14 -04:00
zh-Hant Update translation files 2024-03-09 10:50:54 +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!