mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-05 02:41:33 +00:00
Avoid deprecation warnings of momentjs
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
I18n.default_locale = "#{I18n.default_locale}";
|
||||
I18n.locale = "#{I18n.locale}";
|
||||
I18n.fallbacks = true;
|
||||
moment.lang([I18n.locale, 'en']);
|
||||
moment.locale([I18n.locale, 'en']);
|
||||
|
||||
Reference in New Issue
Block a user