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