Implement Fractured Locales for User Profiles

Initial implementation before cleanup
This commit is contained in:
_Neo_
2026-01-04 17:40:09 +02:00
parent beb7dfe7a6
commit af59454e19
16 changed files with 844 additions and 690 deletions

View File

@@ -94,7 +94,7 @@ namespace Ryujinx.Ava.UI.Applet
ContentDialog contentDialog = new()
{
Title = LocaleManager.Instance[LocaleKeys.UserProfileWindowTitle],
Title = LocaleManager.Instance[LocaleKeys.UserProfiles_WindowTitle],
PrimaryButtonText = LocaleManager.Instance[LocaleKeys.Continue],
SecondaryButtonText = string.Empty,
CloseButtonText = LocaleManager.Instance[LocaleKeys.Cancel],