更新 'lib/assets/javascripts/new-dashboard/i18n/backbone-i18n.js'
This commit is contained in:
parent
cd9761dfd9
commit
741092695f
@ -1,5 +1,7 @@
|
||||
import deepObjectExtend from 'new-dashboard/utils/deep-object-extend';
|
||||
|
||||
var moment=require('moment');
|
||||
|
||||
var ACTIVE_LOCALE = 'zh-cn';
|
||||
if (ACTIVE_LOCALE !== 'en') {
|
||||
require('moment/locale/' + ACTIVE_LOCALE);
|
||||
|
Loading…
Reference in New Issue
Block a user