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 see you just commented out the fallback locale all together.
I extended Translatable and overrode translatable and implemented my classes on top -- working around the same issue though:
I use a global fallback_locale when I call make_translatable. Yet, it is sometimes overridden because of the following in class Translatable:
translatable = {
'fallback_locale': 'en'
}
I think it's a bug because otherwise, I have to specify the fallback_locale in every translated class.
The text was updated successfully, but these errors were encountered: