Skip to content

Commit 5c09598

Browse files
committed
Add Infobar strings for korean
1 parent d1ceba7 commit 5c09598

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,16 @@
116116
<system:String x:Key="SearchDelayTimeNormal">Normal</system:String>
117117
<system:String x:Key="SearchDelayTimeShort">Short</system:String>
118118
<system:String x:Key="SearchDelayTimeVeryShort">Very short</system:String>
119+
<system:String x:Key="KoreanImeTitle">Information for Korean IME user</system:String>
120+
<system:String x:Key="KoreanImeGuide">
121+
You're using the Korean language! The Korean input method used in Windows 11 may cause some issues in Flow Launcher.&#x0a;
122+
If you experience any problems, you may need to enable compatibility mode for the Korean IME.&#x0a;&#x0a;
123+
Open Setting in Windows 11 and go to:&#x0a;
124+
Time &amp; Language &gt; Language &amp; Region &gt; Korean &gt; Language Options &gt; Keyboard - Microsoft IME &gt; Compatibility,&#x0a;
125+
and enable "Use previous version of Microsoft IME".&#x0a;&#x0a;
126+
You can open the relevant menu using the option below, or change the setting directly without manually opening the settings page.
127+
</system:String>
128+
<system:String x:Key="KoreanImeRegistry">Very short</system:String>
119129

120130
<!-- Setting Plugin -->
121131
<system:String x:Key="searchplugin">Search Plugin</system:String>

Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
Message="This is a success message."
5757
Type="Error" />
5858
<cc:InfoBar
59-
Title="Test"
59+
Title="{DynamicResource KoreanImeTitle}"
6060
Closable="False"
61-
IsIconVisible="False"
62-
Length="Short"
63-
Message="This is a success message."
64-
Type="Error" />
61+
IsIconVisible="True"
62+
Length="Long"
63+
Message="{DynamicResource KoreanImeGuide}"
64+
Type="Warning" />
6565
<cc:ExCard
6666
Title="{DynamicResource startFlowLauncherOnSystemStartup}"
6767
Margin="0 8 0 0"

0 commit comments

Comments
 (0)