veloren/assets/voxygen/i18n
Ben Wallis 9a4e6b81d3 Merge branch 'Character-editting' into 'master'
Character editing

See merge request veloren/veloren!3059
2021-12-20 15:24:43 +00:00
..
ca_CA Edited all languages to fit new change 2021-10-26 01:27:03 +02:00
cz_CZ Edited all languages to fit new change 2021-10-26 01:27:03 +02:00
de_DE Edited all languages to fit new change 2021-10-26 01:27:03 +02:00
en Merge branch 'Character-editting' into 'master' 2021-12-20 15:24:43 +00:00
es_ES Edited all languages to fit new change 2021-10-26 01:27:03 +02:00
es_LA Edited all languages to fit new change 2021-10-26 01:27:03 +02:00
fr_FR Edited all languages to fit new change 2021-10-26 01:27:03 +02:00
hu_HU Edited all languages to fit new change 2021-10-26 01:27:03 +02:00
it_IT Edited all languages to fit new change 2021-10-26 01:27:03 +02:00
ja_JP Edited all languages to fit new change 2021-10-26 01:27:03 +02:00
nl_NL Edited all languages to fit new change 2021-10-26 01:27:03 +02:00
no_NB Edited all languages to fit new change 2021-10-26 01:27:03 +02:00
pl_PL Edited all languages to fit new change 2021-10-26 01:27:03 +02:00
pt_BR Edited all languages to fit new change 2021-10-26 01:27:03 +02:00
pt_PT Merge branch 'transp---opacity-in-UI' into 'master' 2021-08-02 21:30:37 +00:00
ru_RU Upd #4 - some other translations 2021-11-17 20:04:20 +00:00
sr_SR Edited all languages to fit new change 2021-10-26 01:27:03 +02:00
sv_SE Translate to swedish 2021-11-26 14:16:10 +00:00
tr_TR Edited all languages to fit new change 2021-10-26 01:27:03 +02:00
uk_UA Edited all languages to fit new change 2021-10-26 01:27:03 +02:00
vi_VI Edited all languages to fit new change 2021-10-26 01:27:03 +02:00
zh_CN Add gameinput.greet translate. 2021-12-16 17:43:33 +08:00
zh_TW Add zh_TW gameinput.greet translate. 2021-12-16 17:47:12 +08: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!