mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-12 06:36:28 +02:00
Move locales.json to repository root under "assets" folder
See merge request ryubing/ryujinx!20
This commit is contained in:
parent
5d8451b41a
commit
2ea9e945ab
5 changed files with 7 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue