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

main
zhongjin 5 months ago
parent d77f5b2a60
commit 390be7effa

@ -1,5 +1,10 @@
var ACTIVE_LOCALE = window.ACTIVE_LOCALE;
require('moment');
require('moment/locale/zh-cn');
ACTIVE_LOCALE = 'zh-cn';
if (ACTIVE_LOCALE !== 'en') {
require('moment/locale/' + ACTIVE_LOCALE);

Loading…
Cancel
Save