1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

Optimized translate module (#4044)

* combine dtable translate

* update cdoc html

* optimized code
This commit is contained in:
杨顺强
2019-09-02 15:11:37 +08:00
committed by Daniel Pan
parent 54b8044056
commit 64b7222bd2
13 changed files with 106 additions and 441 deletions

View File

@@ -35,7 +35,7 @@ const useYarn = fs.existsSync(paths.yarnLockFile);
const WARN_AFTER_BUNDLE_GZIP_SIZE = 512 * 1024;
const WARN_AFTER_CHUNK_GZIP_SIZE = 1024 * 1024;
const localesPath = paths.appNodeModules + '/@seafile/seafile-editor/public/locales';
const localesPath = '../media/assets/frontend/locales';
const localesBuildPath = paths.appBuild + '/locales';
// Warn and crash if required files are missing
if (!checkRequiredFiles([paths.appIndexJs])) {