更新 'lib/assets/javascripts/dashboard/data-library.js'

main
zhongjin 5 months ago
parent ee8e2a6b9a
commit 634b50a8bf

@ -17,7 +17,7 @@ const DataLibraryView = require('dashboard/views/data-library/data-library-view'
var ACTIVE_LOCALE = 'zh-cn';
if (ACTIVE_LOCALE !== 'en') {
require('moment/locale/' + ACTIVE_LOCALE);
require('moment/locale/zh-cn');
}
const polyglot = new Polyglot({

Loading…
Cancel
Save