mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[GH-ISSUE #2297] [APP BUG]: Compatibility statuses not translatable #777
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#777
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yeager on GitHub (Jan 31, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2297
Checklist
Describe the Bug
Compatiblity statuses are not translatable. Such as Ingame, Unknown, Menues, Nothing.
Guess this is defined in these file
src/qt_gui/compatibility_info.h: Ingame,
src/qt_gui/compatibility_info.h: {QStringLiteral("status-ingame"), CompatibilityStatus::Ingame},
src/qt_gui/compatibility_info.h: {CompatibilityStatus::Ingame, QStringLiteral("Ingame")},
Reproduction Steps
Every time
Expected Behavior
Make the statuses translatable
Specify OS Version
Windows 11
@Hermiten commented on GitHub (Feb 1, 2025):
Fixed in the nightly build !