[QuickAccent]Add support for Danish (#29688)

* Add support for Danish

* Update Languages.cs
This commit is contained in:
PesBandi
2023-11-08 12:28:18 +01:00
committed by GitHub
parent 8f6ad98e5d
commit 019a6b85e8
4 changed files with 20 additions and 0 deletions

View File

@@ -49,6 +49,7 @@
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Currency" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Croatian" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Czech" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Danish" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Gaeilge" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Gaidhlig" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Dutch" />

View File

@@ -3316,6 +3316,9 @@ Activate by holding the key for the character you want to add an accent to, then
<data name="QuickAccent_SelectedLanguage_Czech.Content" xml:space="preserve">
<value>Czech</value>
</data>
<data name="QuickAccent_SelectedLanguage_Danish.Content" xml:space="preserve">
<value>Danish</value>
</data>
<data name="QuickAccent_SelectedLanguage_Gaeilge.Content" xml:space="preserve">
<value>Gaeilge</value>
<comment>Gaelic language spoken in Ireland</comment>

View File

@@ -28,6 +28,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
"CUR",
"HR",
"CZ",
"DK",
"GA",
"GD",
"NL",