mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-02-02 13:02:56 -06:00
Adding sv and fi to ErrorApplet.cs
This commit is contained in:
parent
da779d9609
commit
9b7b6494b3
@ -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
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user