1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00

Update seafile-editor locales

This commit is contained in:
plt
2019-11-26 13:19:13 +08:00
parent 28cc8c842e
commit 5eaf8593fe
13 changed files with 2253 additions and 2 deletions

View File

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