Move locales.json to repository root under "assets" folder

See merge request ryubing/ryujinx!20
This commit is contained in:
GreemDev 2025-03-30 02:06:04 -05:00
parent 5d8451b41a
commit 2ea9e945ab
5 changed files with 7 additions and 5 deletions

View file

@ -76,7 +76,7 @@ namespace Ryujinx.Ava.UI.Views.Main
private static IEnumerable<MenuItem> GenerateLanguageMenuItems()
{
const string LocalePath = "Ryujinx/Assets/locales.json";
const string LocalePath = "Ryujinx/Assets/Locale.json";
string languageJson = EmbeddedResources.ReadAllText(LocalePath);