Describe the bug
Item's such as /Lotus/Types/Recipes/Weapons/WeaponParts/PrimeWyrmCerebrum are missing i18n entries in i18n.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 that uniqueName up in i18n.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.
Describe the bug
Item's such as
/Lotus/Types/Recipes/Weapons/WeaponParts/PrimeWyrmCerebrumare missing i18n entries ini18n.jsonNodeJS 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/PrimeWyrmCerebrumfor its cerebrum. However, when looking thatuniqueNameup 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.