mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-10-09 11:25:50 -05:00
Adding sv and fi to ErrorApplet.cs
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user