-
Notifications
You must be signed in to change notification settings - Fork 726
[Bug]: Unable to configure i18n for nested properties #1804
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Contact Details
What happened?
I tried to configure i18n for nested properties as described in the official documentation.
nested: 'Zagniezdzone',
// this is how nested properties (for nested schemas) can be provided
'nested.width': 'Szerokość',But this didn't work, nested.width cannot be processed correctly; it does not appear in the final translation object of i18next.
If you comment out nested: 'Zagniezdzone', only then can nested.width be configured successfully. It seems that one property conflicts with any of its nested properties.
Bug prevalence
Inevitable
AdminJS dependencies version
"adminjs": "^7.8.17"
What browsers do you see the problem on?
Chrome
Relevant log output
Relevant code that's giving you issues
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working