The Bug:
The word "Release" in a launcher string used for the patch notes is inconsistent with "Snapshots" and the other occurrence of "Releases" in a similar context.
Below is a table I've constructed that highlights this error. You can find information about what the current and expected string is and would be, some context regarding it, and a link to the appropriate string on Crowdin.
Affected String:
Before reading the table, please note the following:
Words colored in GREEN are correct.
Words colored in RED are incorrect.
Current String | Expected String | String Context | String URL on Crowdin |
---|---|---|---|
Release | Releases | #: ..\..\apps\launcher\src\routes\Products\index.tsx:262 | https://crowdin.com/translate/minecraft-launcher/9420/en-sv#5297112 |
Snapshots | Snapshots | #: ..\..\apps\launcher\src\routes\Products\index.tsx:267 | https://crowdin.com/translate/minecraft-launcher/9420/en-sv#5202478 |
Releases | Releases | #: ..\..\apps\launcher\src\routes\Java\routes\Configurations\components\Filter\index.tsx:239 | https://crowdin.com/translate/minecraft-launcher/9420/en-sv#5225461 |
Snapshots | Snapshots | #: ..\..\apps\launcher\src\routes\Java\routes\Configurations\components\Filter\index.tsx:258 | https://crowdin.com/translate/minecraft-launcher/9420/en-sv#5202478 |
h3. Steps to Reproduce:
Locate the affected string as listed above in the launcher.
Take note as to whether or not the word "Release" in a launcher string used for the patch notes is inconsistent with "Snapshots" and the other occurrence of "Releases" in a similar context.
Observed Behavior:
The word "Release" is not pluralized.
Expected Behavior:
The word "Release" would be pluralized. It should be "Releases" instead of "Release".
Confirmed.