mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-11 06:49:15 +00:00
Implement Fractured Locales for User Profiles
Initial implementation before cleanup
This commit is contained in:
@@ -133,13 +133,13 @@
|
||||
Spacing="10">
|
||||
<Button
|
||||
Click="ManageSaves">
|
||||
<TextBlock Text="{ext:Locale UserProfilesManageSaves}" />
|
||||
<TextBlock Text="{ext:Locale UserProfiles_ManageSaves}" />
|
||||
</Button>
|
||||
<Button
|
||||
Click="RecoverLostAccounts">
|
||||
<TextBlock
|
||||
Text="{ext:Locale UserProfilesRecoverLostAccounts}"
|
||||
ToolTip.Tip="{ext:Locale UserProfilesRecoverLostAccountsToolTip}" />
|
||||
Text="{ext:Locale UserProfiles_RecoverLostProfiles}"
|
||||
ToolTip.Tip="{ext:Locale UserProfiles_RecoverLostProfiles_ToolTip}" />
|
||||
</Button>
|
||||
</StackPanel>
|
||||
<StackPanel
|
||||
@@ -149,7 +149,7 @@
|
||||
Orientation="Horizontal">
|
||||
<Button
|
||||
Click="Close">
|
||||
<TextBlock Text="{ext:Locale SettingsButtonClose}" />
|
||||
<TextBlock Text="{ext:Locale UserProfiles_ButtonClose}" />
|
||||
</Button>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user