From b3b5a7276ef5536ea23a7485acc2a650357f82a7 Mon Sep 17 00:00:00 2001 From: Qijia Liu Date: Tue, 18 Nov 2025 00:17:57 -0500 Subject: [PATCH] provide more language options for system im register --- assets/en.lproj/InfoPlist.strings | 1 + assets/zh-Hans.lproj/InfoPlist.strings | 1 + assets/zh-Hant.lproj/InfoPlist.strings | 1 + cmake/MacOSXBundleInfo.plist.in | 12 ++++++++++++ 4 files changed, 15 insertions(+) diff --git a/assets/en.lproj/InfoPlist.strings b/assets/en.lproj/InfoPlist.strings index 0b5ba24..6a1c1bb 100644 --- a/assets/en.lproj/InfoPlist.strings +++ b/assets/en.lproj/InfoPlist.strings @@ -2,3 +2,4 @@ CFBundleName = "Fcitx5"; CFBundleDisplayName = "Fcitx5"; org.fcitx.inputmethod.fcitx5 = "Fcitx5"; org.fcitx.inputmethod.zhHans = "Fcitx5"; +org.fcitx.inputmethod.zhHant = "Fcitx5"; diff --git a/assets/zh-Hans.lproj/InfoPlist.strings b/assets/zh-Hans.lproj/InfoPlist.strings index 5ae5ba2..4dce825 100644 --- a/assets/zh-Hans.lproj/InfoPlist.strings +++ b/assets/zh-Hans.lproj/InfoPlist.strings @@ -2,3 +2,4 @@ CFBundleName = "小企鹅"; CFBundleDisplayName = "小企鹅"; org.fcitx.inputmethod.fcitx5 = "小企鹅"; org.fcitx.inputmethod.zhHans = "小企鹅"; +org.fcitx.inputmethod.zhHant = "小企鹅"; diff --git a/assets/zh-Hant.lproj/InfoPlist.strings b/assets/zh-Hant.lproj/InfoPlist.strings index 3f30d2d..eb77a3c 100644 --- a/assets/zh-Hant.lproj/InfoPlist.strings +++ b/assets/zh-Hant.lproj/InfoPlist.strings @@ -2,3 +2,4 @@ CFBundleName = "小企鵝"; CFBundleDisplayName = "小企鵝"; org.fcitx.inputmethod.fcitx5 = "小企鵝"; org.fcitx.inputmethod.zhHans = "小企鵝"; +org.fcitx.inputmethod.zhHant = "小企鵝"; diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in index 2f47057..f561981 100644 --- a/cmake/MacOSXBundleInfo.plist.in +++ b/cmake/MacOSXBundleInfo.plist.in @@ -53,6 +53,18 @@ tsInputModePaletteIconFileKey menu_icon.pdf + org.fcitx.inputmethod.zhHant + + + TISIntendedLanguage + zh-Hant + tsInputModeMenuIconFileKey + menu_icon.pdf + tsInputModeAlternateMenuIconFileKey + menu_icon.pdf + tsInputModePaletteIconFileKey + menu_icon.pdf + NSUserNotificationAlertStyle