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

This commit is contained in:
zhongjin 2024-04-07 01:26:22 +08:00
parent 741092695f
commit 53f2f4591e

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