The bug
25w36a and 25w37a added entries to lang/deprecated.json
’s renamed
block. This block seems to map old translation keys to new keys. However, some entries were added that map old translation keys to translation values.
For example, key.categories.creative
was renamed to key.category.minecraft.creative
. So it’s expected that renamed
has "key.categories.creative": "key.category.minecraft.creative"
. But instead, it has "key.categories.creative": "Creative Mode"
. It just lists the old (en_us) value for the key, with no indication what the key was actually renamed to.
Old Key | New Key |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| There doesn’t seem to be any replacement for this key. I think it should be in |
Comments 0
No comments.