[QuickAccent]Added support for Norwegian letters (#23487)

* [QuickAccent]Added support for Norwegian letters

* Add language to Settings
This commit is contained in:
norwayman22
2023-01-30 19:51:19 +01:00
committed by GitHub
parent 92f61d6ef5
commit fb2b150a1d
4 changed files with 20 additions and 0 deletions

View File

@@ -2752,6 +2752,9 @@ Activate by holding the key for the character you want to add an accent to, then
<data name="QuickAccent_SelectedLanguage_Dutch.Content" xml:space="preserve">
<value>Dutch</value>
</data>
<data name="QuickAccent_SelectedLanguage_Norwegian.Content" xml:space="preserve">
<value>Norwegian</value>
</data>
<data name="QuickAccent_SelectedLanguage_Pinyin.Content" xml:space="preserve">
<value>Pinyin</value>
</data>

View File

@@ -41,6 +41,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
"KU",
"MK",
"MI",
"NO",
"PI",
"PL",
"PT",

View File

@@ -78,6 +78,7 @@
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Kurdish" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Macedonian" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Maori" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Norwegian" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Pinyin" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Polish" />
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Portuguese" />