-
Bug
-
Resolution: Duplicate
-
None
-
1.21.4
-
None
-
Unconfirmed
-
Text
The Bug:
The "options.framerate" string is improperly capitalized.
For a bit of context, an acronym is an abbreviation formed from the initial letters of other words and pronounced as a word, for example, "ASCII" and "NASA". Within the English language, acronyms are usually written in capital letters and since "FPS" is an acronym, it should be capitalized.
Affected String:
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 |
---|---|---|---|
options.framerate | %s fps | %s FPS | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5332792 |
Steps to Reproduce:
- Display the affected string as listed above by using the command provided below.
/tellraw @s {"translate":"options.framerate"}
- Observe the string's capitalization.
Observed Behavior:
The said string is improperly capitalized.
Expected Behavior:
The said string would be properly capitalized.
- duplicates
-
MC-275532 Inconsistent capitalization for "fps"
- Open