[PR #2304] [MERGED] Translatable Compatibility Status #2638

Closed
opened 2026-02-27 22:00:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2304
Author: @pablodrake
Created: 1/31/2025
Status: Merged
Merged: 2/1/2025
Merged by: @squidbus

Base: mainHead: fix-issue-2297


📝 Commits (2)

  • c7032df qt_gui: Made compatibility status translatable
  • 9907aec Translations: Added English and Spanish translation for compatibility status

📊 Changes

5 files changed (+75 additions, -8 deletions)

View changed files

📝 src/qt_gui/compatibility_info.cpp (+19 -0)
📝 src/qt_gui/compatibility_info.h (+1 -7)
📝 src/qt_gui/game_list_frame.cpp (+1 -1)
📝 src/qt_gui/translations/en.ts (+27 -0)
📝 src/qt_gui/translations/es_ES.ts (+27 -0)

📄 Description

This pr aims to fix this issue by making the compatibility status for games translatable.

I deleted the map that stored the Strings and just added a function with a switch statement, if the map is preferred I can change my implementation.

I also added a new translation class for the strings in the English translations and added Spanish translations for them.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/2304 **Author:** [@pablodrake](https://github.com/pablodrake) **Created:** 1/31/2025 **Status:** ✅ Merged **Merged:** 2/1/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `fix-issue-2297` --- ### 📝 Commits (2) - [`c7032df`](https://github.com/shadps4-emu/shadPS4/commit/c7032df46425fd98aa0d9305b352e5a374eebfb5) qt_gui: Made compatibility status translatable - [`9907aec`](https://github.com/shadps4-emu/shadPS4/commit/9907aec34ad776dbc81ff56487ec89822c8347cc) Translations: Added English and Spanish translation for compatibility status ### 📊 Changes **5 files changed** (+75 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/qt_gui/compatibility_info.cpp` (+19 -0) 📝 `src/qt_gui/compatibility_info.h` (+1 -7) 📝 `src/qt_gui/game_list_frame.cpp` (+1 -1) 📝 `src/qt_gui/translations/en.ts` (+27 -0) 📝 `src/qt_gui/translations/es_ES.ts` (+27 -0) </details> ### 📄 Description This pr aims to fix this [issue](https://github.com/shadps4-emu/shadPS4/issues/2297) by making the compatibility status for games translatable. I deleted the map that stored the Strings and just added a function with a switch statement, if the map is preferred I can change my implementation. I also added a new translation class for the strings in the English translations and added Spanish translations for them. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:00:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2638
No description provided.