[QuickAccent] Add accents for Kurdish language (#22297)

This commit is contained in:
Taras
2022-11-25 19:38:29 +02:00
committed by GitHub
parent 0b1bac1f4a
commit 5f4514a88e
4 changed files with 35 additions and 0 deletions

View File

@@ -2606,6 +2606,9 @@ Activate by holding the key for the character you want to add an accent to, then
<data name="QuickAccent_SelectedLanguage_Italian.Content" xml:space="preserve">
<value>Italian</value>
</data>
<data name="QuickAccent_SelectedLanguage_Kurdish.Content" xml:space="preserve">
<value>Kurdish</value>
</data>
<data name="QuickAccent_SelectedLanguage_Welsh.Content" xml:space="preserve">
<value>Welsh</value>
</data>

View File

@@ -34,6 +34,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
"HU",
"IS",
"IT",
"KU",
"MI",
"PI",
"PL",

View File

@@ -71,6 +71,7 @@
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Hungarian" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Icelandic" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Italian" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Kurdish" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Maori" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Pinyin" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Polish" />