Contact Details
korita@reincarnatey.net
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
Contact Details
korita@reincarnatey.net
What happened?
I tried to configure i18n for nested properties as described in the official documentation.
But this didn't work,
nested.widthcannot be processed correctly; it does not appear in the final translation object of i18next.If you comment out
nested: 'Zagniezdzone', only then cannested.widthbe 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