This commit is contained in:
Wang Kejun 2022-07-26 11:13:57 +08:00
parent 0e6aea9f6b
commit 2a681ecaf0
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ function listenerLocaleFiles(path, buildPath, nodeEnv, platform) {
const newFilename = fPath
.replace(oakRegex, '')
.replace(localRegex, '');
console.log(newFilename);
const { name, lng } = getNameAndLng(newFilename);