Skip to content

Commit 7c2edd8

Browse files
authored
Merge pull request #172 from gba3124/feature-zh_TW-i18n
feat: add support for Traditional Chinese (zh_TW) i18n
2 parents cf02c89 + 2099f8e commit 7c2edd8

File tree

3 files changed

+499
-1
lines changed

3 files changed

+499
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Opensource Git GUI client.
77
* Supports Windows/macOS/Linux
88
* Opensource/Free
99
* Fast
10-
* English/简体中文
10+
* English/简体中文/繁體中文
1111
* Built-in light/dark themes
1212
* Visual commit graph
1313
* Supports SSH access with each remote

src/App.axaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
<ResourceInclude x:Key="en_US" Source="/Resources/Locales/en_US.axaml"/>
1515
<ResourceInclude x:Key="zh_CN" Source="/Resources/Locales/zh_CN.axaml"/>
16+
<ResourceInclude x:Key="zh_TW" Source="/Resources/Locales/zh_TW.axaml"/>
1617
</ResourceDictionary>
1718
</Application.Resources>
1819

0 commit comments

Comments
 (0)