mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
[QuickAccent]Add Crimean Tatar character set (#32862)
* Update Languages.cs Add Crimean Tatar Language * Update PowerAccentPage.xaml Add Crimean Tatar language * Update PowerAccentViewModel.cs Add Crimean Tatar language * Update Resources.resw Add Crimean Tatar language * Update Languages.cs Add Crimean Tatar language * Update expect.txt Add "CHR" to spellcheker false positives (ISO code for Crimean Tatar language) * Update expect.txt Add "CRH" to spellcheker false positives (ISO code for Crimean Tatar language) * Update Languages.cs * Update src/modules/poweraccent/PowerAccent.Core/Languages.cs Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com> --------- Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
<!-- These should be in the same order as the array items in PowerAccentViewModel.cs -->
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_All" />
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Catalan" />
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Crimean" />
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Currency" />
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Croatian" />
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Czech" />
|
||||
|
||||
Reference in New Issue
Block a user