veloren/assets/voxygen/i18n
Marcel 12c3ee440e Merge branch 'MigraineX/update-es-ES' into 'master'
Updated the Spanish (ES) translation

See merge request veloren/veloren!2094
2021-04-10 14:20:40 +00:00
..
de_DE refactor handling of duplicate login 2021-03-25 12:33:56 +01:00
en Remove panics and unwraps, part 1. 2021-04-10 10:03:21 +02:00
es_ES Updated the Spanish (ES) translation 2021-04-10 14:31:57 +02:00
es_la refactor handling of duplicate login 2021-03-25 12:33:56 +01:00
fr_FR Add missing translations + Add "enemy_killed" text for villagers 2021-04-07 13:26:15 +02:00
it_IT refactor handling of duplicate login 2021-03-25 12:33:56 +01:00
ja_JP Merge branch 'sam/consolidate-roll' into 'master' 2021-04-06 03:31:46 +00:00
nl refactor handling of duplicate login 2021-03-25 12:33:56 +01:00
no_nb Rename Norsk to Norsk bokmål 2021-04-06 11:37:51 +00:00
PL refactor handling of duplicate login 2021-03-25 12:33:56 +01:00
pt_BR Flattened roll progression. 2021-04-05 17:50:53 -04:00
pt_PT refactor handling of duplicate login 2021-03-25 12:33:56 +01:00
ru_RU refactor handling of duplicate login 2021-03-25 12:33:56 +01:00
sv #966 - Add setting to invert controller camera Y axis 2021-02-24 10:39:44 -06:00
tr_TR refactor handling of duplicate login 2021-03-25 12:33:56 +01:00
uk_UA Flattened roll progression. 2021-04-05 17:50:53 -04:00
vi_VI Started Vietnamese Translation 2021-04-03 22:17:57 -04:00
zh_CN refactor handling of duplicate login 2021-03-25 12:33:56 +01:00
zh_TW refactor handling of duplicate login 2021-03-25 12:33:56 +01: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!