mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-20 09:42:27 +01:00
missed another one
This commit is contained in:
parent
d033d68caa
commit
f5f82d28fb
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ namespace Ryujinx.Ava.UI.Views.Main
|
|||
|
||||
string languageJson = EmbeddedResources.ReadAllText(localePath);
|
||||
|
||||
LocalesJson locales = JsonHelper.Deserialize(languageJson, LocalesJsonContext.Default.LocalesJSON);
|
||||
LocalesJson locales = JsonHelper.Deserialize(languageJson, LocalesJsonContext.Default.LocalesJson);
|
||||
|
||||
foreach (string language in locales.Languages)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue