You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I need to load local strings by default, and merge with strings from BE.
As fallback strings I store locally strings in English.
if the user has 'de' in the browser settings,
but there are no 'de' strings on BE, then I use local fallback strings - 'en'.
If there is, then I load it from BE.
If there is a translation to BE, but not completely,
and there are keys that are missing - for the missing keys, I want to use fallback strings.
The Problem is that when the browser language is 'en' (matches the language of the fallback strings),
then the plugin doesn't load 'en' from BE and doesn't merge the strings.
But if the browser language is 'es' then es-strings will be loaded from BE,
and if some 'es' strings are missing, then instead of them I will see strings in English.
Hi,
I need to load local strings by default, and merge with strings from BE.
As fallback strings I store locally strings in English.
if the user has 'de' in the browser settings,
but there are no 'de' strings on BE, then I use local fallback strings - 'en'.
If there is, then I load it from BE.
If there is a translation to BE, but not completely,
and there are keys that are missing - for the missing keys, I want to use fallback strings.
The Problem is that when the browser language is 'en' (matches the language of the fallback strings),
then the plugin doesn't load 'en' from BE and doesn't merge the strings.
But if the browser language is 'es' then es-strings will be loaded from BE,
and if some 'es' strings are missing, then instead of them I will see strings in English.
--
Browser Chrome, 91.0.4472.101
Mac Os 11.2.3
I have a config i18
The text was updated successfully, but these errors were encountered: