mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #2598] [MERGED] Adds missing tr functions for certain GUI strings that should be translatable #2850
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#2850
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/2598
Author: @rainmakerv3
Created: 3/5/2025
Status: ✅ Merged
Merged: 3/6/2025
Merged by: @georgemoralis
Base:
main← Head:TRs📝 Commits (2)
1785503Adds missing tr functions for certain GUI strings that should be translatablea1a1a45set clang format off for multi-line strings, set userDir as arg📊 Changes
5 files changed (+55 additions, -54 deletions)
View changed files
📝
src/qt_gui/control_settings.cpp(+2 -2)📝
src/qt_gui/kbm_config_dialog.cpp(+11 -11)📝
src/qt_gui/kbm_gui.cpp(+21 -20)📝
src/qt_gui/kbm_help_dialog.cpp(+6 -6)📝
src/qt_gui/settings_dialog.cpp(+15 -15)📄 Description
Some GUI strings which are user-facing currently do not have tr functions, so they cannot be translated. There are some more other than this which are more difficult to do (some requiring maps, and some like the special keybinding section which are difficult to handle), but at least this quick PR covers the easy ones.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.