mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Fixed missing translation for death.attack.cold
This commit is contained in:
parent
46cfa01a6a
commit
87a6078300
1 changed files with 3 additions and 0 deletions
|
@ -516,6 +516,9 @@
|
||||||
"death.attack.eeee.player": "%2$s scared %1$s",
|
"death.attack.eeee.player": "%2$s scared %1$s",
|
||||||
"death.attack.eeee.item": "%1$s was frightened to death by %2$s using %3$s",
|
"death.attack.eeee.item": "%1$s was frightened to death by %2$s using %3$s",
|
||||||
"death.attack.eeee.self": "%1$s scared themselves to death",
|
"death.attack.eeee.self": "%1$s scared themselves to death",
|
||||||
|
"death.attack.cold": "%1$s froze to death",
|
||||||
|
"death.attack.cold.self": "%1$s froze to death",
|
||||||
|
"death.attack.cold.player": "%1$s was frozen to death by %2$s",
|
||||||
"death.attack.smash": "%1$s was crushed under hoof",
|
"death.attack.smash": "%1$s was crushed under hoof",
|
||||||
"death.attack.smash.player": "%1$s was crushed by %2$s",
|
"death.attack.smash.player": "%1$s was crushed by %2$s",
|
||||||
"death.attack.zap": "%1$s bit into a Zap Apple",
|
"death.attack.zap": "%1$s bit into a Zap Apple",
|
||||||
|
|
Loading…
Reference in a new issue