mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-12-22 11:56:36 +01:00
missed another one
This commit is contained in:
parent
4f51c68099
commit
5de0d9d166
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,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