mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
[QuickAccent] Add accents for Kurdish language (#22297)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -34,6 +34,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
|
||||
"HU",
|
||||
"IS",
|
||||
"IT",
|
||||
"KU",
|
||||
"MI",
|
||||
"PI",
|
||||
"PL",
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user