mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
[Quick Accent]Add Catalan language accents (#22228)
* [QuickAccent] Add catalan * Add missing l·l symbol and improve order * Fix build error * Remove trailing white space * [QuickAccent] put Catalan language in alphabet order (#22228) Co-authored-by: CodingNeko <codingneko@gmail.com>
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
SelectedIndex="{x:Bind Path=ViewModel.SelectedLangIndex, Mode=TwoWay}">
|
||||
<!-- 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_Currency" />
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Croatian" />
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Czech" />
|
||||
|
||||
Reference in New Issue
Block a user