mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add Infobar strings for korean
This commit is contained in:
parent
d1ceba7012
commit
5c09598f21
2 changed files with 15 additions and 5 deletions
|
|
@ -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.

|
||||
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.
|
||||
</system:String>
|
||||
<system:String x:Key="KoreanImeRegistry">Very short</system:String>
|
||||
|
||||
<!-- Setting Plugin -->
|
||||
<system:String x:Key="searchplugin">Search Plugin</system:String>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue