Closed ayhansipahi closed 9 years ago
The locale can be changed using the Moment.js i18n functionality. Since different versions of Moment.js have different ways of setting the locale, it would be easier to just use the existing Moment APIs for whatever version is being used instead of Livestamp trying to guess which version is loaded.
Following moment docs
import moment from 'moment';
import 'moment/locale/fr';
moment.locale('fr');
This does not change livestamp's locale
it would be great if we can set locale inside livestamp.