-
Bug
-
Resolution: Fixed
-
23w04a
-
None
-
Confirmed
-
Text
-
Normal
-
Expansion A
The Bug:
The "item.minecraft.smithing_template.netherite_upgrade.additions_slot_description" string is missing an article before the word "Netherite".
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 three similar strings, 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 | Put a piece of armor here | Put a piece of armor here | https://crowdin.com/translate/minecraft/10038/enus-engb#5343385 |
item.minecraft.smithing_template.armor_trim.additions_slot_description | Put an ingot or crystal here | Put an ingot or crystal here | https://crowdin.com/translate/minecraft/10038/enus-engb#5343387 |
item.minecraft.smithing_template.netherite_upgrade.base_slot_description | Put a piece of Diamond armor, weapon or tool here | Put a piece of Diamond armor, weapon or tool here | https://crowdin.com/translate/minecraft/10038/enus-engb#5343393 |
item.minecraft.smithing_template.netherite_upgrade.additions_slot_description | Put Netherite Ingot here | Put a Netherite Ingot here | https://crowdin.com/translate/minecraft/10038/enus-engb#5343395 |
Steps to Reproduce:
- Display the affected string as listed above by using the command provided below.
/tellraw @s {"translate":"item.minecraft.smithing_template.netherite_upgrade.additions_slot_description"}
- Observe if the string contains an article before the word "Netherite".
- Take note as to whether or not the "item.minecraft.smithing_template.netherite_upgrade.additions_slot_description" string is missing an article before the word "Netherite".
Observed Behavior:
The said string is missing an article before the word "Netherite".
Expected Behavior:
The said string would have an article present before the word "Netherite".