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

This commit is contained in:
zhongjin 2024-04-08 16:52:01 +08:00
parent 461ca7422e
commit 928dcad324

View File

@ -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');