mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[QuickAccent]Add support for Esperanto (#32605)
* Add support for Esperanto for PowerAccent * Add missing UI part * Add `EPO` to the exception list * Remove multiple blank lines * Add Strings --------- Co-authored-by: ccmywish <ccmywish@qq.com>
This commit is contained in:
committed by
GitHub
parent
3fe78fed65
commit
77d3071fb3
@@ -63,6 +63,7 @@
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Dutch" />
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Greek" />
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Estonian" />
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Esperanto" />
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Finnish" />
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_French" />
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_German" />
|
||||
|
||||
@@ -3436,6 +3436,9 @@ Activate by holding the key for the character you want to add an accent to, then
|
||||
<data name="QuickAccent_SelectedLanguage_Estonian.Content" xml:space="preserve">
|
||||
<value>Estonian</value>
|
||||
</data>
|
||||
<data name="QuickAccent_SelectedLanguage_Esperanto.Content" xml:space="preserve">
|
||||
<value>Esperanto</value>
|
||||
</data>
|
||||
<data name="QuickAccent_SelectedLanguage_Lithuanian.Content" xml:space="preserve">
|
||||
<value>Lithuanian</value>
|
||||
</data>
|
||||
|
||||
@@ -34,6 +34,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
|
||||
"NL",
|
||||
"EL",
|
||||
"EST",
|
||||
"EPO",
|
||||
"FI",
|
||||
"FR",
|
||||
"DE",
|
||||
|
||||
Reference in New Issue
Block a user