mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
fix: language
https://github.com/electron-userland/electron-forge/issues/2248
This commit is contained in:
parent
f5c2858ee1
commit
3dc50f75a1
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@
|
||||||
"TiddlyGit": "太记",
|
"TiddlyGit": "太记",
|
||||||
"Edit": "编辑",
|
"Edit": "编辑",
|
||||||
"View": "查看",
|
"View": "查看",
|
||||||
"Language": "语言/Language",
|
"Language": "语言/Lang",
|
||||||
"History": "历史",
|
"History": "历史",
|
||||||
"Workspaces": "工作区",
|
"Workspaces": "工作区",
|
||||||
"Window": "窗口",
|
"Window": "窗口",
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ const fs = require('fs-extra');
|
||||||
/**
|
/**
|
||||||
* Specific which lproj you want to keep
|
* Specific which lproj you want to keep
|
||||||
*/
|
*/
|
||||||
const keepingLprojRegEx = /(en)\.lproj/g;
|
const keepingLprojRegEx = /(en|zh_CN)\.lproj/g;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue