Change JS I18n.fallbacks to be less confusing

This commit is contained in:
Julius Pabrinkis
2017-08-12 11:21:47 +01:00
parent 3e01636f77
commit efd3c34a0c

View File

@@ -1,4 +1,4 @@
%script
I18n.default_locale = "#{I18n.default_locale}";
I18n.locale = "#{I18n.locale}";
I18n.fallbacks = "default_locale";
I18n.fallbacks = true;