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
I'm having the same issue.
It seems like the fallback settings are used when setting the locale to an unsupported one.
However, I would expect the fallback to be used for searching an alternative translation when a key is missing from the active locale.
Creating two files,
locales/en-us.json
locales/sv-se.json
Running these in a file like this one;
I get the output
As can be seen, the last string is outputted as the translation key, despite having set the
fallbacks
key in the configuration.Having a global fallback would also be helpful.
The text was updated successfully, but these errors were encountered: