Skip to content

Commit

Permalink
Merge pull request #166 from PeterDaveHelloKitchen/Add-zh-TW
Browse files Browse the repository at this point in the history
Add a simple zh_TW Traditional Chinese locale
  • Loading branch information
viarotel committed Apr 11, 2024
2 parents 106fbc9 + 86e56bd commit cec6539
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/locales/languages/en_US.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"zh_CN": "中文",
"zh_TW": "繁體中文",
"en_US": "English",

"common.cancel": "Cancel",
Expand Down Expand Up @@ -180,6 +181,7 @@
"preferences.common.language.name": "Language",
"preferences.common.language.placeholder": "Select language",
"preferences.common.language.chinese": "中文",
"preferences.common.language.traditionalchinese": "繁體中文",
"preferences.common.language.english": "English",
"preferences.common.auto-connect.name": "Auto Connect",
"preferences.common.auto-connect.placeholder": "When enabled, the software will attempt to automatically connect to historical devices upon startup.",
Expand Down
2 changes: 2 additions & 0 deletions src/locales/languages/zh_CN.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"zh_CN": "中文",
"zh_TW": "繁體中文",
"en_US": "English",

"common.cancel": "取消",
Expand Down Expand Up @@ -180,6 +181,7 @@
"preferences.common.language.name": "语言",
"preferences.common.language.placeholder": "选择你需要的语言",
"preferences.common.language.chinese": "中文",
"preferences.common.language.traditionalchinese": "繁體中文",
"preferences.common.language.english": "English",
"preferences.common.auto-connect.name": "自动连接设备",
"preferences.common.auto-connect.placeholder": "启用后,该软件将在启动时尝试自动连接到历史无线设备",
Expand Down

0 comments on commit cec6539

Please sign in to comment.