The Bug:
Strings that contain the term "Safe Mode" are inconsistently capitalized.
Affected Strings:
Before reading the table, please note the following:
Words colored in GREEN are correct.
Words colored in RED are incorrect.
Translation Key | Current String | Expected String | String URL on Crowdin |
|---|---|---|---|
datapackFailure.safeMode | Safe Mode | Safe Mode | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5332156 |
datapackFailure.safeMode.failed.title | Failed to load world in Safe Mode. | Failed to load world in Safe Mode. | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5343857 |
datapackFailure.title | Errors in currently selected data packs prevented the world from loading. | Errors in currently selected data packs prevented the world from loading. | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5344407 |
Steps to Reproduce:
Display the affected string as listed above by using the command provided below.
/tellraw @s {"translate":"datapackFailure.title"}Observe the string's capitalization of the term “Safe Mode”.
Observed Behavior:
The term "Safe Mode" is inconsistently capitalized across strings.
Expected Behavior:
The term "Safe Mode" would be consistently capitalized across strings.