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
If the widget has no configuration and no default for the … uhm … default locale, we're calling ...forLocale( 'en', 'i18n' ). I assume this is wrong, ...forLocale( 'default', 'i18n' ) seems closer to the solution, but then when do we use the fallbackLocale and defaultLocale?
I found a small, fixable bug in
i18n:laxar/lib/runtime/widget_services_i18n.js
Line 89 in d7acdaa
If the widget has no configuration and no default for the … uhm … default locale, we're calling
...forLocale( 'en', 'i18n' ). I assume this is wrong,...forLocale( 'default', 'i18n' )seems closer to the solution, but then when do we use thefallbackLocaleanddefaultLocale?cc @x1B