Adding Finnish to SettingsSystemView.axaml

This commit is contained in:
Daniel Nylander 2024-11-24 08:22:28 +01:00 committed by GitHub
parent 070cae3f65
commit 82bf073d8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,6 +138,9 @@
<ComboBoxItem>
<TextBlock Text="{ext:Locale SettingsTabSystemSystemLanguageSwedish}" />
</ComboBoxItem>
<ComboBoxItem>
<TextBlock Text="{ext:Locale SettingsTabSystemSystemLanguageFinnish}" />
</ComboBoxItem>
</ComboBox>
</StackPanel>
<StackPanel