mirror of
https://github.com/strapi/strapi.git
synced 2025-08-14 11:48:43 +00:00

* feat(i18n): wip non localized fields * feat(i18n): use document service middleware for non localized fields * feat(i18n): support component data in non localized sync * chore(i18n): cleanup and fix unit tests * fix(i18n): reintroduce permissions sync * test(i18n): api test for non localized fields * feat(i18n): add earth icon to symbolise localised fields (#19774) * test(i18n): cover publish, unpublish, update and create in api tests * feat(i18n): ensure non localized fields are populated * fix(i18n): get right id * fix(content-manager): doc metadata in non d&p cases * fix(conent-manager): i18n detection * fix: pr feedback * fix(i18n): handle non localized components * feat(i18n): sync non localized components * fix(i18n): wip unit test * feat(i18n): handle relations within non localized components * feat(i18n): reintroduce FE and fix for repeatables * chore: lockfile * chore(i18n): cleanup * chore(i18n): cleanup * feat(i18n): match relation locales to source entry during transformation * fix(i18n): unit tests * fix(i18n): getNonLocalizedAttributes * chore(i18n): fix unit tests * chore(i18n): pr feedback * chore(i18n): pr feedback * fix(i18n): unit tests --------- Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>