mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
799d636833
| old | new | |-|-| | object-key_rusty-0-ancient | object-key_quarry_ancient | | object-key_rusty-0-backdoor | object-key_quarry_backdoor | | items-keeper_goggle | object-key_quarry_keeper_goggle_left | | items-keeper_goggle-flamekeeper_right | object-key_quarry_keeper_goggle_right | | object-key_rusty-0-overseer | object-key_quarry_overseer | | object-key_rusty-0-smelting | object-key_quarry_smelting | | weapon-staff-firestaff_starter | weapon-staff-firestaff_humble_stick | | weapon-staff-firestaff_starter_gnarled | weapon-staff-firestaff_starter | | weapon-hammer-2hhammer_rusty-starter_hammer | weapon-hammer-2hhammer_starter | | armor-misc-chest-worker_green-worker_orange_0 | armor-misc-chest-worker_orange_0 | | armor-misc-chest-shirt_white-worker_orange_1 | armor-misc-chest-worker_orange_1 | | armor-misc-chest-worker_green-worker_purple_0 | armor-misc-chest-worker_purple_0 | | armor-misc-chest-shirt_white-worker_purple_1 | armor-misc-chest-worker_purple_1 | | armor-misc-chest-worker_green-worker_red_0 | armor-misc-chest-worker_red_0 | | armor-misc-chest-shirt_white-worker_red_1 | armor-misc-chest-worker_red_1 | | armor-misc-chest-worker_green-worker_yellow_0 | armor-misc-chest-worker_yellow_0 | | armor-misc-chest-shirt_white-worker_yellow_1 | armor-misc-chest-worker_yellow_1 | | armor-misc-back-backpack-backpack | armor-misc-back-backpack-traveler | | armor-tabard_admin-admin | armor-tabard-admin_tabard | | armor-misc-back-admin-admin_back | armor-misc-back-admin_back | | weapon-sword-frost-1-admin_sword | weapon-sword-frost-admin_sword | | armor-velorite_battlemage-belt-cultist_belt | armor-velorite-belt | | armor-velorite_battlemage-foot-cultist_boots | armor-velorite-boots | | armor-velorite_battlemage-chest-cultist_chest_blue | armor-velorite-chest | | armor-velorite_battlemage-hand-cultist_hands_blue | armor-velorite-hands | | armor-velorite_battlemage-pants-cultist_legs_blue | armor-velorite-legs | | armor-velorite_battlemage-shoulder-cultist_shoulder_blue | armor-velorite-shoulder | | armor-velorite_battlemage-back-dungeon_purple | armor-velorite-back | | weapon-bow-velorite-velorite_bow_debug | weapon-bow-velorite-debug | | sprite-mineral-ore-coal | sprite-mineral-stone-coal | | sprite-mineral-ore-coal-coal | sprite-mineral-ore-coal | | sprite-crafting_ing-animal_misc-grim_eyeball | sprite-crafting_ing-animal_misc-cyclops_eyeball | | sprite-crafting_ing-animal_misc-grim_eyeball-grim_eyeball | sprite-crafting_ing-animal_misc-grim_eyeball | | object-potion_red-potion_big | object-potion_big | | object-potion_red-potion_med | object-potion_med | | object-potion_red-potion_minor | object-potion_minor | | sprite-flowers-sunflower_1-yellow | sprite-flowers-yellow | |
||
---|---|---|
.. | ||
ar-SA | ||
be | ||
bg | ||
ca | ||
cs | ||
de | ||
en | ||
eo | ||
es | ||
es-419 | ||
eu | ||
fr | ||
hu | ||
it | ||
ja | ||
ko | ||
nb | ||
nb-NO | ||
nl | ||
pl | ||
pt | ||
pt-BR | ||
ro | ||
ru | ||
sr | ||
sv | ||
th | ||
tr | ||
uk | ||
vi | ||
zh-Hans | ||
zh-Hant | ||
README.md |
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!