mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-03 22:06:07 +00:00
5 lines
129 B
Plaintext
5 lines
129 B
Plaintext
%script
|
|
I18n.default_locale = "#{I18n.default_locale}";
|
|
I18n.locale = "#{I18n.locale}";
|
|
I18n.fallbacks = "default_locale";
|