Skip to content

Commit 52bb34f

Browse files
committed
feat: translate text to English
1 parent 2c53648 commit 52bb34f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Flow.Launcher/Languages/en.xaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@
125125
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
126126
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
127127
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
128+
<system:String x:Key="ignoreAccents">Enable accent sensitivity when searching for programs.</system:String>
129+
<system:String x:Key="ignoreAccentsToolTip">When this option is changed, a restart is required. When enabled, you will be able to find programs that contain accented characters more easily.</system:String>
130+
<system:String x:Key="ignoreAccentsRestartTitle">Restart Required</system:String>
131+
<system:String x:Key="ignoreAccentsRestartMessage">Changing accent sensitivity requires a restart of Flow Launcher to take effect.</system:String>
132+
<system:String x:Key="ignoreAccentsRestartButton">Restart Now</system:String>
128133
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
129134
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
130135
<system:String x:Key="SearchPrecisionNone">None</system:String>

0 commit comments

Comments
 (0)