We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf02c89 + 2099f8e commit 7c2edd8Copy full SHA for 7c2edd8
README.md
@@ -7,7 +7,7 @@ Opensource Git GUI client.
7
* Supports Windows/macOS/Linux
8
* Opensource/Free
9
* Fast
10
-* English/简体中文
+* English/简体中文/繁體中文
11
* Built-in light/dark themes
12
* Visual commit graph
13
* Supports SSH access with each remote
src/App.axaml
@@ -13,6 +13,7 @@
14
<ResourceInclude x:Key="en_US" Source="/Resources/Locales/en_US.axaml"/>
15
<ResourceInclude x:Key="zh_CN" Source="/Resources/Locales/zh_CN.axaml"/>
16
+ <ResourceInclude x:Key="zh_TW" Source="/Resources/Locales/zh_TW.axaml"/>
17
</ResourceDictionary>
18
</Application.Resources>
19
0 commit comments