mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-04-19 00:22:02 +00:00
Adding Swedish and Finnish to SettingsSystemView.axaml
This commit is contained in:
parent
c85d31d719
commit
34a3e32caf
1 changed files with 7 additions and 1 deletions
|
|
@ -135,6 +135,12 @@
|
|||
<ComboBoxItem>
|
||||
<TextBlock Text="{locale:Locale SettingsTabSystemSystemLanguageBrazilianPortuguese}" />
|
||||
</ComboBoxItem>
|
||||
<ComboBoxItem>
|
||||
<TextBlock Text="{locale:Locale SettingsTabSystemSystemLanguageSwedish}" />
|
||||
</ComboBoxItem>
|
||||
<ComboBoxItem>
|
||||
<TextBlock Text="{locale:Locale SettingsTabSystemSystemLanguageFinnish}" />
|
||||
</ComboBoxItem>
|
||||
</ComboBox>
|
||||
</StackPanel>
|
||||
<StackPanel
|
||||
|
|
@ -221,4 +227,4 @@
|
|||
</StackPanel>
|
||||
</Border>
|
||||
</ScrollViewer>
|
||||
</UserControl>
|
||||
</UserControl>
|
||||
|
|
|
|||
Loading…
Reference in a new issue