veloren/assets/voxygen/i18n
crabman 332a2a1478 Merge branch 'weblate-translation' into 'master'
Update translation files (Weblate)

See merge request veloren/veloren!4411
2024-04-04 15:10:32 +00:00
..
ar-SA Update translation files 2024-03-09 10:50:48 +00:00
be Update translation files 2024-04-03 14:08:11 +00:00
bg Update translation files 2024-03-09 10:50:50 +00:00
ca Update translation files (Weblate) 2024-03-27 22:40:51 +00:00
cs Update translation files (Weblate) 2024-03-27 22:40:51 +00:00
de Update translation files 2024-04-03 14:08:11 +00:00
en misc post party changes 2024-04-03 12:17:17 +01:00
eo Update translation files 2024-03-09 10:50:49 +00:00
es Update translation files (Weblate) 2024-03-27 22:40:51 +00:00
es-419 Update translation files (Weblate) 2024-03-27 22:40:51 +00:00
eu Update translation files (Weblate) 2024-03-27 22:40:51 +00:00
fr Update translation files 2024-04-03 14:08:11 +00:00
hu Update translation files (Weblate) 2024-03-27 22:40:51 +00:00
it Update translation files 2024-04-03 14:08:11 +00:00
ja Update translation files (Weblate) 2024-03-27 22:40:51 +00:00
ko Update translation files (Weblate) 2024-03-27 22:40:51 +00:00
nb Update translation files 2024-04-03 14:08:11 +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 Update translation files (Weblate) 2024-03-27 22:40:51 +00:00
pt Update translation files 2024-04-03 14:08:11 +00:00
pt_BR/item Update translation files 2024-04-03 14:08:11 +00:00
pt-BR Update translation files (Weblate) 2024-03-27 22:40:51 +00:00
ro Update translation files (Weblate) 2024-03-27 22:40:51 +00:00
ru Update translation files 2024-04-03 14:08:11 +00:00
sr Update translation files (Weblate) 2024-03-27 22:40:51 +00:00
sv Update translation files 2024-04-03 14:08:11 +00:00
th Update translation files (Weblate) 2024-03-27 22:40:51 +00:00
tr Update translation files 2024-03-09 10:50:51 +00:00
uk Update translation files 2024-04-03 14:08:11 +00:00
vi Update translation files 2024-03-09 10:50:49 +00:00
zh-Hans Update translation files (Weblate) 2024-03-27 22:40:51 +00: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!