When querying the width of a `Component.translatable()` using a Font, if the translation key has no translation, the game soft-locks.
font.width(Component.translatable("key.without.translation"))
... soft lock.
Comments 5
Please include instructions for reproducing this error using commands or a data pack, or note if this is a modded client. Thanks.
You could trigger this with `/title @s title {"translate":"doesnt_exist"}` because centering requires querying width, but this seems to have been fixed and can be closed.
Cannot reproduce in any version; using translate with a non-existing key has always shown the translation key.
How would this be triggered?