Moved Swedish to right place in SettingsSystemView.axaml

This commit is contained in:
Daniel Nylander 2024-11-23 18:48:58 +01:00 committed by GitHub
parent 00db03145d
commit 74228537f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -114,9 +114,6 @@
<ComboBoxItem>
<TextBlock Text="{ext:Locale SettingsTabSystemSystemLanguageRussian}" />
</ComboBoxItem>
<ComboBoxItem>
<TextBlock Text="{ext:Locale SettingsTabSystemSystemLanguageSwedish}" />
</ComboBoxItem>
<ComboBoxItem>
<TextBlock Text="{ext:Locale SettingsTabSystemSystemLanguageTaiwanese}" />
</ComboBoxItem>
@ -138,6 +135,9 @@
<ComboBoxItem>
<TextBlock Text="{ext:Locale SettingsTabSystemSystemLanguageBrazilianPortuguese}" />
</ComboBoxItem>
<ComboBoxItem>
<TextBlock Text="{ext:Locale SettingsTabSystemSystemLanguageSwedish}" />
</ComboBoxItem>
</ComboBox>
</StackPanel>
<StackPanel