更新 'lib/assets/javascripts/builder/editor.js'

This commit is contained in:
zhongjin 2024-04-09 12:54:28 +08:00
parent 662158ab5f
commit 5cfe64c884

View File

@ -7,7 +7,7 @@ require('moment/locale/zh-cn');
ACTIVE_LOCALE = 'zh-cn';
if (ACTIVE_LOCALE !== 'en') {
require('moment/locale/' + ACTIVE_LOCALE + '.js');
require('moment/locale/zh-cn');
}
var Locale = require('locale/index');
var Polyglot = require('node-polyglot');