Compare commits
10 Commits
ffad934d2f
...
fa823bce42
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa823bce42 | ||
|
|
f3f1488bbb | ||
|
|
7ca5766e45 | ||
|
|
beec16bac5 | ||
|
|
c5944e6162 | ||
|
|
34a3e32caf | ||
|
|
c85d31d719 | ||
|
|
9b7b6494b3 | ||
|
|
da779d9609 | ||
|
|
fd11ec4033 |
@@ -100,6 +100,8 @@ namespace Ryujinx.HLE.HOS.Applets.Error
|
||||
SystemLanguage.SimplifiedChinese => "zh-Hans",
|
||||
SystemLanguage.TraditionalChinese => "zh-Hant",
|
||||
SystemLanguage.BrazilianPortuguese => "pt-BR",
|
||||
SystemLanguage.Swedish => "sv",
|
||||
SystemLanguage.Finnish => "fi",
|
||||
_ => "en-US",
|
||||
#pragma warning restore IDE0055
|
||||
};
|
||||
|
||||
@@ -18,6 +18,8 @@ namespace Ryujinx.HLE.HOS.SystemState
|
||||
Korean,
|
||||
ChineseSimplified,
|
||||
ChineseTraditional,
|
||||
Swedish,
|
||||
Finnish,
|
||||
|
||||
Min = Default,
|
||||
Max = ChineseTraditional,
|
||||
|
||||
@@ -20,5 +20,7 @@ namespace Ryujinx.HLE.HOS.SystemState
|
||||
SimplifiedChinese,
|
||||
TraditionalChinese,
|
||||
BrazilianPortuguese,
|
||||
Swedish,
|
||||
Finnish,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,6 +23,8 @@ namespace Ryujinx.HLE.HOS.SystemState
|
||||
"zh-Hans",
|
||||
"zh-Hant",
|
||||
"pt-BR",
|
||||
"sv",
|
||||
"fi",
|
||||
};
|
||||
|
||||
internal long DesiredKeyboardLayout { get; private set; }
|
||||
|
||||
@@ -18,5 +18,7 @@ namespace Ryujinx.HLE.HOS.SystemState
|
||||
TraditionalChinese,
|
||||
SimplifiedChinese,
|
||||
BrazilianPortuguese,
|
||||
Swedish,
|
||||
Finnish,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -133,6 +133,8 @@ namespace Ryujinx.Horizon.Sdk.Ns
|
||||
TraditionalChinese = 13,
|
||||
SimplifiedChinese = 14,
|
||||
BrazilianPortuguese = 15,
|
||||
Swedish = 16,
|
||||
Finnish = 17,
|
||||
}
|
||||
|
||||
public enum Organization
|
||||
|
||||
@@ -20,5 +20,7 @@ namespace Ryujinx.Horizon.Sdk.Settings
|
||||
SimplifiedChinese,
|
||||
TraditionalChinese,
|
||||
BrazilianPortuguese,
|
||||
Swedish,
|
||||
Finnish,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,7 +27,9 @@ namespace Ryujinx.Horizon.Sdk.Settings
|
||||
"es-419",
|
||||
"zh-Hans",
|
||||
"zh-Hant",
|
||||
"pt-BR"
|
||||
"pt-BR",
|
||||
"sv",
|
||||
"fi"
|
||||
};
|
||||
|
||||
public Array8<byte> Value;
|
||||
|
||||
@@ -127,6 +127,8 @@
|
||||
"SettingsTabSystemSystemLanguageDutch": "Dutch",
|
||||
"SettingsTabSystemSystemLanguagePortuguese": "Portuguese",
|
||||
"SettingsTabSystemSystemLanguageRussian": "Russian",
|
||||
"SettingsTabSystemSystemLanguageSwedish": "Swedish",
|
||||
"SettingsTabSystemSystemLanguageFinnish": "Finnish",
|
||||
"SettingsTabSystemSystemLanguageTaiwanese": "Taiwanese",
|
||||
"SettingsTabSystemSystemLanguageBritishEnglish": "British English",
|
||||
"SettingsTabSystemSystemLanguageCanadianFrench": "Canadian French",
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user