The Bug:
The "commands.test.no_tests" raw translation key is displayed when using "/test run..." commands in situations where no tests exist.
I'm not exactly sure, but after looking on Crowdin, I can see that the "commands.test.run.no_tests" string exists which is likely what's supposed to be displayed here instead of "commands.test.no_tests".
Steps to Reproduce:
Ensure that they're no tests in your world and attempt to run the closest test by using the command provided below.
/test runclosest
Observe what message is displayed in chat.
Observed Behavior:
The "commands.test.no_tests" raw translation key is displayed.
Expected Behavior:
The "commands.test.no_tests" raw translation key would not be displayed.
Same applies when using
too.