[QuickAccent]Add support for Finnish (#29483)

* Add support for Finnish

* Also add FI to GetDefaultLetterKeyALL

* Fix missing space
This commit is contained in:
David Lascelles
2023-11-03 12:13:25 +02:00
committed by GitHub
parent 4060df8c64
commit 47aa28977c
4 changed files with 20 additions and 0 deletions

View File

@@ -53,6 +53,7 @@
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Gaidhlig" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Dutch" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Estonian" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Finnish" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_French" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_German" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Hebrew" />

View File

@@ -3333,6 +3333,9 @@ Activate by holding the key for the character you want to add an accent to, then
<data name="QuickAccent_SelectedLanguage_French.Content" xml:space="preserve">
<value>French</value>
</data>
<data name="QuickAccent_SelectedLanguage_Finnish.Content" xml:space="preserve">
<value>Finnish</value>
</data>
<data name="QuickAccent_SelectedLanguage_Estonian.Content" xml:space="preserve">
<value>Estonian</value>
</data>

View File

@@ -32,6 +32,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
"GD",
"NL",
"EST",
"FI",
"FR",
"DE",
"HE",