更新 'lib/assets/javascripts/builder/public_editor.js'
This commit is contained in:
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…
Reference in New Issue
Block a user