mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-04-18 15:22:06 +00:00
Adding sv and fi to ErrorApplet.cs
This commit is contained in:
parent
da779d9609
commit
9b7b6494b3
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue