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
Currently the fallback language is determined form the language code using the underscore ("_") as a delimiter. At least Chrome is using a dash ("-") for me, so gettextFallbackLanguage() is returning null for e.g. "de-DE" instead of "de".
Currently the fallback language is determined form the language code using the underscore ("_") as a delimiter. At least Chrome is using a dash ("-") for me, so
gettextFallbackLanguage()
is returningnull
for e.g. "de-DE" instead of "de".see: https://github.com/rubenv/angular-gettext/blob/master/dist/angular-gettext.js#L547
The text was updated successfully, but these errors were encountered: