veloren/assets/voxygen/i18n
Monty Marz 6b5ae2b6fe Update sword_bg.png
positioning, wording, more icons

positioning, first icons
2023-03-21 19:59:06 -04:00
..
ar_SA Remove template.ftl file 2022-08-17 22:46:48 +03:00
be_BY Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
ca_CA Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
cz_CZ Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
de_DE Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
en Update sword_bg.png 2023-03-21 19:59:06 -04:00
es_ES Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
es_LA Added english localization for sword abilities. 2023-03-21 19:59:04 -04:00
eu Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
fr_FR Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
hu_HU Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
it_IT Added english localization for sword abilities. 2023-03-21 19:59:04 -04:00
ja_JP Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
ko_KR Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
nl_NL Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
no_NB Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
pl_PL Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
pt_BR Add "You" selector for hud-loot-pickup-msg 2023-03-14 21:22:07 -04:00
pt_PT Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
ro_RO Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
ru_RU Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
sr_SR Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
sv_SE Added english localization for sword abilities. 2023-03-21 19:59:04 -04:00
th_TH Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
tr_TR Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
uk_UA Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
vi_VI Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
zh_CN Changed character deletion to go via batch update 2023-03-12 23:21:53 +00:00
zh_TW Migrate i18n files to new format 2022-08-06 21:57:08 +03: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!