更新 'lib/assets/javascripts/dashboard/profile.js'
This commit is contained in:
parent
b3093a7d81
commit
ee8e2a6b9a
@ -2,7 +2,7 @@ var ACTIVE_LOCALE = window.ACTIVE_LOCALE;
|
|||||||
|
|
||||||
ACTIVE_LOCALE = 'zh-cn';
|
ACTIVE_LOCALE = 'zh-cn';
|
||||||
if (ACTIVE_LOCALE !== 'en') {
|
if (ACTIVE_LOCALE !== 'en') {
|
||||||
require('moment/locale/' + ACTIVE_LOCALE);
|
require('moment/locale/zh-cn');
|
||||||
}
|
}
|
||||||
const _ = require('underscore');
|
const _ = require('underscore');
|
||||||
require('dashboard/data/backbone/sync-options');
|
require('dashboard/data/backbone/sync-options');
|
||||||
|
Loading…
Reference in New Issue
Block a user