[Bug] Some uniqueName
s don't match up with i18n entries
#617
Labels
help wanted
Extra attention is needed
Scope: Out of Scope
Not provided by DE's API
Severity4: Inconvenient
The defect does not affect functionality or critical data. It is merely an inconvenience.
Type: Enhancement
Improves existing feature
Describe the bug
Item's such as
/Lotus/Types/Recipes/Weapons/WeaponParts/PrimeWyrmCerebrum
are missing i18n entries ini18n.json
NodeJS Version
N/A
npm Version
N/A
warframe-items Version
N/A
Access Method
npm Package (Default)
What happened?
When looking at the components of Wyrm Prime, you are given
/Lotus/Types/Recipes/Weapons/WeaponParts/PrimeWyrmCerebrum
for its cerebrum. However, when looking thatuniqueName
up ini18n.json
, there are zero matches. It does seem that the Public Export provides the correct value under/Lotus/Language/Menu/CraftingComponent_PrimeWyrmCerebrum
:"Wyrm Prime Cerebrum"
. It's worth mentioning that I gathered this information from an unrelated project, however I hope it provides some insight into the issue.Side note: It would seem that the names for components in general tend to be... too vague. For example, "Cerebrum" as a component name is close to unusable when it comes to internationalization. In this case, it should be "Wyrm Prime Cerebrum", as it would be in-game.
The text was updated successfully, but these errors were encountered: