更新 'lib/assets/javascripts/new-dashboard/i18n/backbone-i18n.js'

main
zhongjin 6 months ago
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…
Cancel
Save