mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
6 lines
159 B
Plaintext
6 lines
159 B
Plaintext
:javascript
|
|
I18n.default_locale = "#{I18n.default_locale}";
|
|
I18n.locale = "#{I18n.locale}";
|
|
I18n.fallbacks = true;
|
|
moment.locale([I18n.locale, 'en']);
|