Mojira Archive
MC-257563

Translation key "container.isLocked" uses a variable instead of single strings for translation

The Bug:

The translation key container.isLocked ("%s is locked!") uses a variable instead of single strings for translation, which leads to grammatical errors in some translations due to dual use of strings, for example "Chest" in Swedish.

 

Translation Key Current Output Expected Output String URL on Crowdin
container.isLocked Kista är låst! Kistan är låst! https://crowdin.com/translate/minecraft/10038/enus-sv#5336132
subtitles.block.chest.locked Kistan är låst Kistan är låst https://crowdin.com/translate/minecraft/10038/enus-sv#5338976

Observed Behavior:

container.isLocked uses a variable and a single string, which inevitably leads to grammatically incorrect translations.

Expected Behavior:

container.isLocked doesn't use a variable and one string for each lockable container, which leads to no grammatically incorrect translations.