Files
openfoodnetwork/app/views/layouts/_i18n_script.html.haml
2017-08-12 11:21:47 +01:00

5 lines
117 B
Plaintext

%script
I18n.default_locale = "#{I18n.default_locale}";
I18n.locale = "#{I18n.locale}";
I18n.fallbacks = true;