mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-12-22 03:46:39 +01:00
Adding Finnish to ErrorApplet.cs
This commit is contained in:
parent
70757edc6c
commit
97f9612caf
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ namespace Ryujinx.HLE.HOS.Applets.Error
|
|||
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