mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Merge pull request #3344 from mkllnk/3279-moment-upgrade
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