I18n: Move low-power PPTC strings into translation files & add german version.

This commit is contained in:
Evan Husted 2024-10-15 21:56:20 -05:00
parent 0faf3f5709
commit 280b94fc0c
20 changed files with 39 additions and 3 deletions

View file

@ -16,7 +16,7 @@ namespace Ryujinx.Ava.Common.Locale
builder.Property(
new ClrPropertyInfo("Item",
_ => LocaleManager.Instance[Key],
_ => LocaleManager.Instance[Key],
null,
typeof(string)
),