Multi-level localization fallback #2933
Replies: 5 comments 10 replies
-
I like this idea and it would fit nicely into the config where we have extended the locales to be objects instead of an array of strings to support additional properties. That work is on the feat/rtl-support branch. After that gets merged, we could add |
Beta Was this translation helpful? Give feedback.
-
Any update on this feature? We can't really change to using payload before we have this :) |
Beta Was this translation helpful? Give feedback.
-
having installed 2.0 now, I can see this is still not available 😭 |
Beta Was this translation helpful? Give feedback.
-
It seems this was PARTIALLY implemented. It's now possible to set a localized fallback, but if that fallback does not have any data, it doesn't seem to use the fallbacks fallback langauage, eg.:
Let's say we have a tittle field. On |
Beta Was this translation helpful? Give feedback.
-
Nevermind - our ecom team do not need more than what is already provided. Closing this and thanks! 😄 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Having a deeper fallback structure for localization can in some cases make the job of a content editor a lot easier.
Structure example:
so, in this case, if the value is not filled on
de-de
, we take the value fromde
.If that's not filled, we fallback to
en
which - hopefully - is present.Beta Was this translation helpful? Give feedback.
All reactions