更新 'lib/assets/javascripts/new-dashboard/i18n/backbone-i18n.js'
This commit is contained in:
parent
741092695f
commit
53f2f4591e
@ -4,7 +4,7 @@ var moment=require('moment');
|
|||||||
|
|
||||||
var ACTIVE_LOCALE = 'zh-cn';
|
var ACTIVE_LOCALE = 'zh-cn';
|
||||||
if (ACTIVE_LOCALE !== 'en') {
|
if (ACTIVE_LOCALE !== 'en') {
|
||||||
require('moment/locale/' + ACTIVE_LOCALE);
|
// require('moment/locale/' + ACTIVE_LOCALE);
|
||||||
}
|
}
|
||||||
|
|
||||||
var Locale = require('locale/index');
|
var Locale = require('locale/index');
|
||||||
|
Loading…
Reference in New Issue
Block a user