Files
openfoodnetwork/app/views/layouts/_i18n_script.html.haml

6 lines
157 B
Plaintext

:javascript
I18n.default_locale = "#{I18n.default_locale}";
I18n.locale = "#{I18n.locale}";
I18n.fallbacks = true;
moment.lang([I18n.locale, 'en']);