Files
openfoodnetwork/app/views/layouts/_i18n_script.html.haml
2019-01-17 14:49:43 +11:00

6 lines
159 B
Plaintext

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