mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-02 08:43:16 +00:00
Translatable Compatibility Status (#2304)
* qt_gui: Made compatibility status translatable * Translations: Added English and Spanish translation for compatibility status
This commit is contained in:
parent
84c27eea2a
commit
83671ebf76
5 changed files with 75 additions and 8 deletions
|
@ -289,7 +289,7 @@ void GameListFrame::SetCompatibilityItem(int row, int column, CompatibilityEntry
|
|||
QLabel* dotLabel = new QLabel("", widget);
|
||||
dotLabel->setPixmap(circle_pixmap);
|
||||
|
||||
QLabel* label = new QLabel(m_compat_info->CompatStatusToString.at(entry.status), widget);
|
||||
QLabel* label = new QLabel(m_compat_info->GetCompatStatusString(entry.status), widget);
|
||||
|
||||
label->setStyleSheet("color: white; font-size: 16px; font-weight: bold;");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue