veloren/assets/voxygen/i18n
Marcel Märtens 49072702bc fix #1258
2021-08-01 11:20:51 +02:00
..
cz_CZ fix #1258 2021-08-01 11:20:51 +02:00
de_DE make folders POSIX style and move skills to hud 2021-08-01 10:56:10 +02:00
en fix #1258 2021-08-01 11:20:51 +02:00
es_ES fix #1258 2021-08-01 11:20:51 +02:00
es_LA fix #1258 2021-08-01 11:20:51 +02:00
fr_FR make folders POSIX style and move skills to hud 2021-08-01 10:56:10 +02:00
hu_HU fix #1258 2021-08-01 11:20:51 +02:00
it_IT fix #1258 2021-08-01 11:20:51 +02:00
ja_JP fix #1258 2021-08-01 11:20:51 +02:00
nl_NL fix #1258 2021-08-01 11:20:51 +02:00
no_NB fix #1258 2021-08-01 11:20:51 +02:00
pl_PL fix #1258 2021-08-01 11:20:51 +02:00
pt_BR fix #1258 2021-08-01 11:20:51 +02:00
pt_PT fix #1258 2021-08-01 11:20:51 +02:00
ru_RU make folders POSIX style and move skills to hud 2021-08-01 10:56:10 +02:00
sv_SE fix #1258 2021-08-01 11:20:51 +02:00
tr_TR Update assets_manager to 0.5 2021-06-26 12:05:40 +02:00
uk_UA fix #1258 2021-08-01 11:20:51 +02:00
vi_VI fix #1258 2021-08-01 11:20:51 +02:00
zh_CN fix #1258 2021-08-01 11:20:51 +02:00
zh_TW fix #1258 2021-08-01 11:20:51 +02: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!