mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
7 lines
220 B
Plaintext
7 lines
220 B
Plaintext
:javascript
|
|
I18n.default_locale = "#{I18n.default_locale}";
|
|
I18n.base_locale = "#{I18n.locale.to_s.split('_').first}";
|
|
I18n.locale = "#{I18n.locale}";
|
|
I18n.fallbacks = true;
|
|
moment.locale([I18n.locale, 'en']);
|