mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-03 17:39:53 +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);
|
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)
|
foreach (string language in locales.Languages)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue