Skip to content

Commit

Permalink
Fix missing translation
Browse files Browse the repository at this point in the history
Respawm toggle was still missing.
  • Loading branch information
samolego committed Mar 23, 2022
1 parent 70ec091 commit 4e15afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/src/main/resources/data/taterzens/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"taterzens.command.trait.error.404": "No traits with id %s were found.",
"taterzens.command.trait.list": "Taterzen %s has the following traits set. Click on X to remove one.",
"taterzens.command.pose": "Taterzen pose has been set to %s.",
"taterzens.command.respawn.toggle": "Taterzen respawn rule has been set to %s.",
"taterzens.command.movement.set": "Movement type has been set to %s.",
"taterzens.command.movement.follow.set": "Taterzen following goal has been set to %s.",
"taterzens.command.movement.follow.error.uuid": "Follow type %s requires uuid argument.",
Expand Down
1 change: 1 addition & 0 deletions common/src/main/resources/data/taterzens/lang/sl_si.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"taterzens.command.trait.error.404": "Nobena lastnost nima id-ja %s.",
"taterzens.command.trait.list": "Krompirjevec %s ima sledeče lastnosti. Klikni na X za odstranitev.",
"taterzens.command.pose": "Položaj krompirjevca je bil nastavljen na %s.",
"taterzens.command.respawn.toggle": "Krompirjevčevo oživetje po smrti je bilo nastavljeno na %s.",
"taterzens.command.movement.set": "Način premikanja je bil nastavljen na %s.",
"taterzens.command.movement.follow.set": "Krompirjevčev tip sledenja je bil nastavljen na %s.",
"taterzens.command.movement.follow.error.uuid": "Tip sledenja %s potrebuje še dodaten uuid argument.",
Expand Down

0 comments on commit 4e15afd

Please sign in to comment.