mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 10:20:47 -07:00
Avalonia - Add source generator for locale items (#3999)
* Add source generator for locale keys * use locale keys in Ui subdir
This commit is contained in:
@ -34,7 +34,7 @@ namespace Ryujinx.Ava.UI.Applet
|
||||
}
|
||||
else
|
||||
{
|
||||
AddButton(LocaleManager.Instance["InputDialogOk"], 0);
|
||||
AddButton(LocaleManager.Instance[LocaleKeys.InputDialogOk], 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user