-
Bug
-
Resolution: Unresolved
-
None
-
1.21.4
-
None
-
Community Consensus
-
Text
-
Low
-
Platform
The Bug:
Some strings displayed within the smithing table interface are missing articles.
For a bit of context, there are three articles within the English language. These are "a", "an", and "the". Articles are used before nouns. Considering that articles are present throughout many other strings within the game, this introduces an inconsistency.
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 |
|---|---|---|---|
| item.minecraft.smithing_template.armor_trim.base_slot_description | Add a piece of armor | Add a piece of armor | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5344101 |
| item.minecraft.smithing_template.netherite_upgrade.base_slot_description | Add diamond armor, weapon, or tool | Add diamond armor, a weapon, or a tool | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5344105 |
| item.minecraft.smithing_template.netherite_upgrade.additions_slot_description | Add Netherite Ingot | Add a Netherite Ingot | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5344103 |
| item.minecraft.smithing_template.armor_trim.additions_slot_description | Add ingot or crystal | Add an ingot or a crystal | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5344099 |
Steps to Reproduce:
- Display any of the affected strings listed above by using the command provided below and replacing "XYZ" with the string's translation key.
/tellraw @s {"translate":"XYZ"} - Observe if the said string contains one or multiple articles where appropriate.
Observed Behavior:
Articles are missing.
Expected Behavior:
Articles would be present where appropriate.