-
Notifications
You must be signed in to change notification settings - Fork 75
[Bug] Some uniqueNames don't match up with i18n entries #617
Copy link
Copy link
Open
Labels
Scope: Out of ScopeNot provided by DE's APINot provided by DE's APISeverity4: InconvenientThe defect does not affect functionality or critical data. It is merely an inconvenience.The defect does not affect functionality or critical data. It is merely an inconvenience.Type: EnhancementImproves existing featureImproves existing featurehelp wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
Scope: Out of ScopeNot provided by DE's APINot provided by DE's APISeverity4: InconvenientThe defect does not affect functionality or critical data. It is merely an inconvenience.The defect does not affect functionality or critical data. It is merely an inconvenience.Type: EnhancementImproves existing featureImproves existing featurehelp wantedExtra attention is neededExtra attention is needed
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.