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:
@@ -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])) {
|
||||
|
Reference in New Issue
Block a user