Reputation: 847
I'm usign IONIC Framework and using Moment.js for dates. When i'm setting all string in french using:
moment.locale('fr');
It works well on "serve" mode of ionic. But when i build the app for Android or Ios, all dates are en English.
Any idea?
Thank you!
Upvotes: 0
Views: 256
Reputation: 847
Solved, i just included
moment/min/moment-with-locales.min.js
in place of
moment/moment.js
moment/locale/fr.js
Upvotes: 1