Skip to content

Commit 5d71600

Browse files
authored
provide more language options for system im register (#310)
1 parent a367578 commit 5d71600

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

assets/en.lproj/InfoPlist.strings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ CFBundleName = "Fcitx5";
22
CFBundleDisplayName = "Fcitx5";
33
org.fcitx.inputmethod.fcitx5 = "Fcitx5";
44
org.fcitx.inputmethod.zhHans = "Fcitx5";
5+
org.fcitx.inputmethod.zhHant = "Fcitx5";

assets/zh-Hans.lproj/InfoPlist.strings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ CFBundleName = "小企鹅";
22
CFBundleDisplayName = "小企鹅";
33
org.fcitx.inputmethod.fcitx5 = "小企鹅";
44
org.fcitx.inputmethod.zhHans = "小企鹅";
5+
org.fcitx.inputmethod.zhHant = "小企鹅";

assets/zh-Hant.lproj/InfoPlist.strings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ CFBundleName = "小企鵝";
22
CFBundleDisplayName = "小企鵝";
33
org.fcitx.inputmethod.fcitx5 = "小企鵝";
44
org.fcitx.inputmethod.zhHans = "小企鵝";
5+
org.fcitx.inputmethod.zhHant = "小企鵝";

cmake/MacOSXBundleInfo.plist.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@
5353
<key>tsInputModePaletteIconFileKey</key>
5454
<string>menu_icon.pdf</string>
5555
</dict>
56+
<key>org.fcitx.inputmethod.zhHant</key>
57+
<dict>
58+
<!-- provide options of Traditional Chinese and so on, so that dictation and MS Word can have correct default language -->
59+
<key>TISIntendedLanguage</key>
60+
<string>zh-Hant</string>
61+
<key>tsInputModeMenuIconFileKey</key>
62+
<string>menu_icon.pdf</string>
63+
<key>tsInputModeAlternateMenuIconFileKey</key>
64+
<string>menu_icon.pdf</string>
65+
<key>tsInputModePaletteIconFileKey</key>
66+
<string>menu_icon.pdf</string>
67+
</dict>
5668
</dict>
5769
</dict>
5870
<key>NSUserNotificationAlertStyle</key>

0 commit comments

Comments
 (0)