mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Change JS I18n.fallbacks to be less confusing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
%script
|
||||
I18n.default_locale = "#{I18n.default_locale}";
|
||||
I18n.locale = "#{I18n.locale}";
|
||||
I18n.fallbacks = "default_locale";
|
||||
I18n.fallbacks = true;
|
||||
|
||||
Reference in New Issue
Block a user