tiddlygit-test 2021-05-05 14:56:10 +08:00
parent f5c2858ee1
commit 3dc50f75a1
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ const fs = require('fs-extra');
/**
* Specific which lproj you want to keep
*/
const keepingLprojRegEx = /(en)\.lproj/g;
const keepingLprojRegEx = /(en|zh_CN)\.lproj/g;
/**
*