1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-10-09 15:35:50 -05:00

Adding sv and fi to ErrorApplet.cs

This commit is contained in:
Daniel Nylander
2024-11-24 07:19:37 +01:00
committed by GitHub
parent da779d9609
commit 9b7b6494b3

View File

@@ -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
};