Enonic version: 7.2.0
Content Studio version: 2.3.2
Hi!
I’m have some trouble related to localization and fallback in phrases.
It seems like content studio is falling back on phrases_en.properties after I changed phrases.properties to hold Norwegian phrases instead of having a separate phrases file for it.
Our setup used to be
phrases.properties: English
pharses_no.properties: Norwegian
but we needed to change it to
phrases.properties: Norwegian
pharses_en.properties: English
After the removal of the phrases_no-file, content studio automatically reverts to phrases_en.properties instead of phrases.properties.
The localization in parts still work.
However, shouldn’t content studio revert to the default phrases file that now holds Norwegian instead of phrases_en.properties?