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

@ -40,7 +40,7 @@
"TiddlyGit": "太记",
"Edit": "编辑",
"View": "查看",
"Language": "语言/Language",
"Language": "语言/Lang",
"History": "历史",
"Workspaces": "工作区",
"Window": "窗口",

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;
/**
*