[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:
Ivo Carbajo
2022-11-25 13:43:24 +01:00
committed by GitHub
parent b9367c0ca6
commit c057babf2b
4 changed files with 35 additions and 0 deletions

View File

@@ -2549,6 +2549,9 @@ Activate by holding the key for the character you want to add an accent to, then
<data name="QuickAccent_SelectedLanguage_All.Content" xml:space="preserve">
<value>All available</value>
</data>
<data name="QuickAccent_SelectedLanguage_Catalan.Content" xml:space="preserve">
<value>Catalan</value>
</data>
<data name="QuickAccent_SelectedLanguage_Currency.Content" xml:space="preserve">
<value>Currency</value>
</data>

View File

@@ -24,6 +24,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
private readonly string[] _languageOptions =
{
"ALL",
"CA",
"CUR",
"HR",
"CZ",

View File

@@ -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" />