mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 14:07:11 +02:00
Move locales.json to repository root to make it easier to find.
This commit is contained in:
parent
dfdbb23f0d
commit
343de5171c
5 changed files with 7 additions and 5 deletions
|
@ -154,7 +154,7 @@ namespace Ryujinx.Ava.Common.Locale
|
|||
{
|
||||
Dictionary<LocaleKeys, string> localeStrings = new();
|
||||
|
||||
_localeData ??= EmbeddedResources.ReadAllText("Ryujinx/Assets/locales.json")
|
||||
_localeData ??= EmbeddedResources.ReadAllText("Ryujinx/Assets/Locale.json")
|
||||
.Into(it => JsonHelper.Deserialize(it, LocalesJsonContext.Default.LocalesJson));
|
||||
|
||||
foreach (LocalesEntry locale in _localeData.Value.Locales)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue