Skip to content

Commit

Permalink
fix(git): { 儲存庫 => 版本庫 }
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Feb 5, 2022
1 parent 291cc96 commit 67f441a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/handleText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ export function handleText(content_old: string, info?: {
{
content_new = updateMeta(content_new);
}
else if (/Git(hub)?Bundle\.properties$/i.test(file))
else if (/(?:Git(?:hub)?|Vcs(?:Log)?)Bundle\.properties$/i.test(file))
{
content_new = content_new
.replace(/提取/g, '獲取')
.replace(/儲存庫/g, '版本庫')
;
}

Expand Down

0 comments on commit 67f441a

Please sign in to comment.