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
|
|
@ -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;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue