フランス語版の瞬間を使用しようとしていますが、moment.locale('fr')
機能せず、言語も変更されません。
console.debug(moment.locale());
moment.locale('fr');
console.debug(moment.locale());
console.debug(moment.locales());
出力:
en
en
TypeError: moment.locales is not a function
gulpfile.js:
var path={
js:
[
{
src:
[
'bower_components/moment/min/moment.min.js',
'bower_components/moment/locale/fr.js',
...