fix
This commit is contained in:
parent
0e6aea9f6b
commit
2a681ecaf0
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue