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
We can already disable fallbacks on instance level:
I18n.locale=:enpost.title_nl# => This database rocks!post.disable_fallbackdopost.title_nl# => nilend
But especially for the mentioned use case of admin panels, wouldn't it be better to disable everything on class level? This way we could disable fallbacks for everything in some kind of AdminController.
JSONTranslate.disable_fallbackdo# ...end
The text was updated successfully, but these errors were encountered:
We can already disable fallbacks on instance level:
But especially for the mentioned use case of admin panels, wouldn't it be better to disable everything on class level? This way we could disable fallbacks for everything in some kind of AdminController.
The text was updated successfully, but these errors were encountered: