1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-03-12 02:09:40 -05:00

Adding Swedish and Finnish to SettingsSystemView.axaml

This commit is contained in:
Daniel Nylander 2024-11-24 07:23:50 +01:00 committed by GitHub
parent c85d31d719
commit 34a3e32caf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -135,6 +135,12 @@
<ComboBoxItem> <ComboBoxItem>
<TextBlock Text="{locale:Locale SettingsTabSystemSystemLanguageBrazilianPortuguese}" /> <TextBlock Text="{locale:Locale SettingsTabSystemSystemLanguageBrazilianPortuguese}" />
</ComboBoxItem> </ComboBoxItem>
<ComboBoxItem>
<TextBlock Text="{locale:Locale SettingsTabSystemSystemLanguageSwedish}" />
</ComboBoxItem>
<ComboBoxItem>
<TextBlock Text="{locale:Locale SettingsTabSystemSystemLanguageFinnish}" />
</ComboBoxItem>
</ComboBox> </ComboBox>
</StackPanel> </StackPanel>
<StackPanel <StackPanel
@ -221,4 +227,4 @@
</StackPanel> </StackPanel>
</Border> </Border>
</ScrollViewer> </ScrollViewer>
</UserControl> </UserControl>