veloren/assets/voxygen/i18n
Socksonme 2c5fd06d0b Address review
- Change hp_pulse to not be framerate dependent
- Change some of the HpFloater checks to be inside the find() function
- Remove unnecessary join
- Add back option for showing incoming damage + add option for
  experience accumulation
- Change `ExpFloater`s to not store the owner, as they are only shown
  for the player (will have to see if the implementation is correct so
  that it may be applied to the other floaters)
- Rename `Outcome::Damage` to `Outcome::HealthChange` and `DamageInfo`
  to `HealthChangeInfo`
- Update some outdated comments/documentation
2022-06-29 17:31:58 +03:00
..
ar_SA kick start Arabic language (i18n) 2022-02-13 23:44:52 +00:00
be_BY Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
ca_CA Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
cz_CZ Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
de_DE Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
en Address review 2022-06-29 17:31:58 +03:00
es_ES Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
es_LA Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
eu Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
fr_FR Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
hu_HU Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
it_IT Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
ja_JP Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
nl_NL Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
no_NB Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
pl_PL Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
pt_BR Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
pt_PT Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
ru_RU Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
sr_SR Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
sv_SE Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
th_TH Add Thai translation 2022-05-22 10:06:36 +00:00
tr_TR Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
uk_UA Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
vi_VI Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
zh_CN Remove damage batch option + crit_mult 2022-06-29 17:31:54 +03:00
zh_TW Remove damage batch option + crit_mult 2022-06-29 17:31:54 +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!