mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'pfau/fix_i18n' into 'master'
fix i18n for shortsword in char creation See merge request veloren/veloren!2705
This commit is contained in:
commit
7acca36629
@ -60,6 +60,8 @@ Ist das Spiel auf dem neusten Stand?"#,
|
||||
|
||||
"common.weapons.axe": "Axt",
|
||||
"common.weapons.sword": "Schwert",
|
||||
"common.weapons.greatsword": "Zweihänder",
|
||||
"common.weapons.shortswords": "Kurzschwerter",
|
||||
"common.weapons.staff": "Stab",
|
||||
"common.weapons.bow": "Bogen",
|
||||
"common.weapons.hammer": "Hammer",
|
||||
|
@ -909,8 +909,7 @@ impl Controls {
|
||||
*mainhand == Some(STARTER_SWORDS),
|
||||
Message::Tool((Some(STARTER_SWORDS), Some(STARTER_SWORDS))),
|
||||
imgs.swords,
|
||||
"common.weapons.greatsword
|
||||
",
|
||||
"common.weapons.shortswords",
|
||||
)
|
||||
.into(),
|
||||
icon_button_tooltip(
|
||||
|
Loading…
Reference in New Issue
Block a user