Move locales.json to repository root to make it easier to find.

This commit is contained in:
GreemDev
2025-03-30 01:21:02 -05:00
parent dfdbb23f0d
commit 343de5171c
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);