Add Infobar strings for korean

This commit is contained in:
DB p 2025-04-07 15:47:40 +09:00
parent d1ceba7012
commit 5c09598f21
2 changed files with 15 additions and 5 deletions

View file

@ -116,6 +116,16 @@
<system:String x:Key="SearchDelayTimeNormal">Normal</system:String>
<system:String x:Key="SearchDelayTimeShort">Short</system:String>
<system:String x:Key="SearchDelayTimeVeryShort">Very short</system:String>
<system:String x:Key="KoreanImeTitle">Information for Korean IME user</system:String>
<system:String x:Key="KoreanImeGuide">
You're using the Korean language! The Korean input method used in Windows 11 may cause some issues in Flow Launcher.&#x0a;
If you experience any problems, you may need to enable compatibility mode for the Korean IME.&#x0a;&#x0a;
Open Setting in Windows 11 and go to:&#x0a;
Time &amp; Language &gt; Language &amp; Region &gt; Korean &gt; Language Options &gt; Keyboard - Microsoft IME &gt; Compatibility,&#x0a;
and enable "Use previous version of Microsoft IME".&#x0a;&#x0a;
You can open the relevant menu using the option below, or change the setting directly without manually opening the settings page.
</system:String>
<system:String x:Key="KoreanImeRegistry">Very short</system:String>
<!-- Setting Plugin -->
<system:String x:Key="searchplugin">Search Plugin</system:String>

View file

@ -56,12 +56,12 @@
Message="This is a success message."
Type="Error" />
<cc:InfoBar
Title="Test"
Title="{DynamicResource KoreanImeTitle}"
Closable="False"
IsIconVisible="False"
Length="Short"
Message="This is a success message."
Type="Error" />
IsIconVisible="True"
Length="Long"
Message="{DynamicResource KoreanImeGuide}"
Type="Warning" />
<cc:ExCard
Title="{DynamicResource startFlowLauncherOnSystemStartup}"
Margin="0 8 0 0"