add missing controller icon strings

This commit is contained in:
Michael 2025-02-19 22:02:42 -08:00
parent c51d4cfed6
commit aa0a1da021

View file

@ -236,8 +236,8 @@ CONFIG_DEFINE_ENUM_LOCALE(EControllerIcons)
ELanguage::German,
{
{ EControllerIcons::Auto, { "AUTO", "Auto: Das Spiel erkennt automatisch deinen Controller um die Symbole dementsprechend anzupassen." } },
{ EControllerIcons::Xbox, { "", "" } },
{ EControllerIcons::PlayStation, { "", "" } }
{ EControllerIcons::Xbox, { "XBOX", "" } },
{ EControllerIcons::PlayStation, { "PLAYSTATION", "" } }
}
},
{