mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-30 00:24:59 +00:00
feat: add support for Traditional Chinese (zh_TW) i18n
This commit is contained in:
parent
38fd30d431
commit
2099f8e17e
3 changed files with 499 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
|
||||
<ResourceInclude x:Key="en_US" Source="/Resources/Locales/en_US.axaml"/>
|
||||
<ResourceInclude x:Key="zh_CN" Source="/Resources/Locales/zh_CN.axaml"/>
|
||||
<ResourceInclude x:Key="zh_TW" Source="/Resources/Locales/zh_TW.axaml"/>
|
||||
</ResourceDictionary>
|
||||
</Application.Resources>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue