veloren/assets/voxygen/i18n
Joshua Yanovski 67231aff90 Remove persistence loading error from SkillSet.
This is needed (for now) in order to parallelize ingame_chat, because
one of the handled messages updates this value on the server.  It turns
out that the value is not actually used on the server, only the client,
so this was mostly a matter of threading this back to the correct place.
Additionally, we took the opportunity to modify the UI to not log you
into the game until your character was confirmed to be loaded, which
was a todo item that lets us simplify some error handling logic and
remove stuff from global state.
2022-09-21 09:29:25 -07:00
..
ar_SA Remove template.ftl file 2022-08-17 22:46:48 +03:00
be_BY Remove template.ftl file 2022-08-17 22:46:48 +03:00
ca_CA Merge branch 'juliancoffee/i18n-tooling-fluent' into 'master' 2022-08-17 20:39:00 +00:00
cz_CZ Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
de_DE Koboo/update de de 2022-09-18 18:58:34 +00:00
en Remove persistence loading error from SkillSet. 2022-09-21 09:29:25 -07:00
es_ES Update Spanish Translation 2022-09-04 23:41:15 +00:00
es_LA Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
eu Remove template.ftl file 2022-08-17 22:46:48 +03:00
fr_FR Craft all 2022-08-12 00:47:48 +00:00
hu_HU Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
it_IT Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
ja_JP Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
nl_NL Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
no_NB Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
pl_PL Use fluent attributes for abilities 2022-08-19 18:35:44 +03:00
pt_BR changed/typo to generic masculine 2022-08-21 02:43:09 +00:00
pt_PT Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
ro_RO Use fluent attributes for abilities 2022-08-19 18:35:44 +03:00
ru_RU Update the Russian translation 2022-09-18 19:57:38 +00:00
sr_SR Remove template.ftl file 2022-08-17 22:46:48 +03:00
sv_SE Update swedish translation 2022-09-15 13:32:26 +00:00
th_TH Remove template.ftl file 2022-08-17 22:46:48 +03:00
tr_TR Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
uk_UA Add Energy regen buff 2022-09-06 15:50:04 +03:00
vi_VI Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
zh_CN Migrate i18n files to new format 2022-08-06 21:57:08 +03: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!