Skip to content

Commit

Permalink
fix undefined translations strings in en_us, "death.attack.hexcasting…
Browse files Browse the repository at this point in the history
….overcast.player" still needs to be defined in ru_ru and zh_cn.
  • Loading branch information
navarchus committed Aug 21, 2024
1 parent 2759689 commit 3fb8e34
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@

"stat.hexcasting": {
media_used: "Media Consumed (in dust)",
media_overcasted: "Media Overcast (in dust)",
media_overcast: "Media Overcast (in dust)",
patterns_drawn: "Patterns Drawn",
spells_cast: "Spells Cast",
},
Expand All @@ -412,6 +412,10 @@
shame: "Shame on %s!",
},

"death.attack.hexcasting.overcast": {
player: "%s's mind was subsumed into energy while fighting %s"
},

"command.hexcasting": {
recalc: "Recalculated patterns",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@

"stat.hexcasting": {
media_used: "Мысли потребляемые (в виде пыли)",
media_overcasted: "Переиспользовано мысли (в виде пыли)",
media_overcast: "Переиспользовано мысли (в виде пыли)",
patterns_drawn: "Рун нарисовано",
spells_cast: "Заклинаний использовано",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@

"stat.hexcasting": {
media_used: "消耗媒质量(以紫水晶粉计)",
media_overcasted: "过度施法消耗媒质量(以紫水晶粉计)",
media_overcast: "过度施法消耗媒质量(以紫水晶粉计)",
patterns_drawn: "绘制图案次数",
spells_cast: "施放法术次数",
},
Expand Down

0 comments on commit 3fb8e34

Please sign in to comment.