mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #1697] [MERGED] Displays "Never Played" if the game has never been played #2255
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#2255
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?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/1697
Author: @Xphalnos
Created: 12/8/2024
Status: ✅ Merged
Merged: 12/10/2024
Merged by: @raphaelthegreat
Base:
main← Head:Never_Played📝 Commits (3)
78995ebDisplays "Never Played" if the game has never been played293a151Update nb.ts + pt_BR.tsc42b223Merge branch 'main' into Never_Played📊 Changes
28 files changed (+137 additions, -2 deletions)
View changed files
📝
src/qt_gui/game_list_frame.cpp(+2 -2)📝
src/qt_gui/translations/ar.ts(+5 -0)📝
src/qt_gui/translations/da_DK.ts(+5 -0)📝
src/qt_gui/translations/de.ts(+5 -0)📝
src/qt_gui/translations/el.ts(+5 -0)📝
src/qt_gui/translations/en.ts(+5 -0)📝
src/qt_gui/translations/es_ES.ts(+5 -0)📝
src/qt_gui/translations/fa_IR.ts(+5 -0)📝
src/qt_gui/translations/fi.ts(+5 -0)📝
src/qt_gui/translations/fr.ts(+5 -0)📝
src/qt_gui/translations/hu_HU.ts(+5 -0)📝
src/qt_gui/translations/id.ts(+5 -0)📝
src/qt_gui/translations/it.ts(+5 -0)📝
src/qt_gui/translations/ja_JP.ts(+5 -0)📝
src/qt_gui/translations/ko_KR.ts(+5 -0)📝
src/qt_gui/translations/lt_LT.ts(+5 -0)📝
src/qt_gui/translations/nb.ts(+5 -0)📝
src/qt_gui/translations/nl.ts(+5 -0)📝
src/qt_gui/translations/pl_PL.ts(+5 -0)📝
src/qt_gui/translations/pt_BR.ts(+5 -0)...and 8 more files
📄 Description
In the game list, if the game has never been played, instead of showing 0, it shows "Never Played".
Before:

After:

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