Update SettingsSystemView.axaml adding Swedish and Norwegian

This list should be in alphabetical order?
This commit is contained in:
Daniel Nylander 2025-01-11 13:29:12 +01:00 committed by GitHub
parent 8ff24506fb
commit a93adad50b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,6 +136,12 @@
<ComboBoxItem>
<TextBlock Text="{ext:Locale SettingsTabSystemSystemLanguageBrazilianPortuguese}" />
</ComboBoxItem>
<ComboBoxItem>
<TextBlock Text="{ext:Locale SettingsTabSystemSystemLanguageSwedish}" />
</ComboBoxItem>
<ComboBoxItem>
<TextBlock Text="{ext:Locale SettingsTabSystemSystemLanguageNorwegian}" />
</ComboBoxItem>
</ComboBox>
</StackPanel>
<StackPanel