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

main
zhongjin 5 months ago
parent 7f08725c1e
commit 0a4a9a0014

@ -1,7 +1,7 @@
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/zh-cn');
} }
require('whatwg-fetch'); require('whatwg-fetch');

Loading…
Cancel
Save