From 5c09598f213f3eb4af993364d55e95f48b4a8f8a Mon Sep 17 00:00:00 2001 From: DB p Date: Mon, 7 Apr 2025 15:47:40 +0900 Subject: [PATCH] Add Infobar strings for korean --- Flow.Launcher/Languages/en.xaml | 10 ++++++++++ .../SettingPages/Views/SettingsPaneGeneral.xaml | 10 +++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml index 24ab3cf94..3de278eca 100644 --- a/Flow.Launcher/Languages/en.xaml +++ b/Flow.Launcher/Languages/en.xaml @@ -116,6 +116,16 @@ Normal Short Very short + Information for Korean IME user + + You're using the Korean language! The Korean input method used in Windows 11 may cause some issues in Flow Launcher. + If you experience any problems, you may need to enable compatibility mode for the Korean IME. + Open Setting in Windows 11 and go to: + Time & Language > Language & Region > Korean > Language Options > Keyboard - Microsoft IME > Compatibility, + and enable "Use previous version of Microsoft IME". + You can open the relevant menu using the option below, or change the setting directly without manually opening the settings page. + + Very short Search Plugin diff --git a/Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml b/Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml index 91f648586..431293a50 100644 --- a/Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml +++ b/Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml @@ -56,12 +56,12 @@ Message="This is a success message." Type="Error" /> + IsIconVisible="True" + Length="Long" + Message="{DynamicResource KoreanImeGuide}" + Type="Warning" />