更新 'lib/assets/javascripts/builder/editor.js'
This commit is contained in:
parent
d77f5b2a60
commit
390be7effa
@ -1,5 +1,10 @@
|
|||||||
var ACTIVE_LOCALE = window.ACTIVE_LOCALE;
|
var ACTIVE_LOCALE = window.ACTIVE_LOCALE;
|
||||||
|
|
||||||
|
require('moment');
|
||||||
|
require('moment/locale/zh-cn');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ACTIVE_LOCALE = 'zh-cn';
|
ACTIVE_LOCALE = 'zh-cn';
|
||||||
if (ACTIVE_LOCALE !== 'en') {
|
if (ACTIVE_LOCALE !== 'en') {
|
||||||
require('moment/locale/' + ACTIVE_LOCALE);
|
require('moment/locale/' + ACTIVE_LOCALE);
|
||||||
|
Loading…
Reference in New Issue
Block a user