#1804·adminjs

[Bug]: Unable to configure i18n for nested properties

Author: RaincarnatorCreated Apr 3, 2026Updated Apr 3, 2026
Labelsbug

Contact Details

[email protected]

What happened?

I tried to configure i18n for nested properties as described in the official documentation.

typescript
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

bash

Relevant code that's giving you issues

typescript

Source: SoftwareBrothers/adminjs