mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #1319] [MERGED] fix descriptionText size | missing translations #2049
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#2049
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/1319
Author: @DanielSvoboda
Created: 10/9/2024
Status: ✅ Merged
Merged: 10/13/2024
Merged by: @georgemoralis
Base:
main← Head:main📝 Commits (9)
2ece948fix descriptionText sizee0a68f0+29c7605Update ru_RU.tscfa8455Merge branch 'shadps4-emu:main' into maine709b0cTRd0379edUpdate pt_BR.tsfee01c2Merge branch 'shadps4-emu:main' into main24aa65bemulatorLanguage alphabetical order0258f1eMerge branch 'main' into main📊 Changes
29 files changed (+3267 additions, -117 deletions)
View changed files
📝
src/qt_gui/settings_dialog.cpp(+32 -9)📝
src/qt_gui/settings_dialog.h(+2 -0)📝
src/qt_gui/settings_dialog.ui(+4 -4)📝
src/qt_gui/translations/ar.ts(+126 -1)📝
src/qt_gui/translations/da_DK.ts(+126 -1)📝
src/qt_gui/translations/de.ts(+126 -1)📝
src/qt_gui/translations/el.ts(+126 -1)📝
src/qt_gui/translations/en.ts(+42 -27)📝
src/qt_gui/translations/es_ES.ts(+126 -1)📝
src/qt_gui/translations/fa_IR.ts(+126 -1)📝
src/qt_gui/translations/fi.ts(+126 -1)📝
src/qt_gui/translations/fr.ts(+169 -44)📝
src/qt_gui/translations/hu_HU.ts(+126 -1)📝
src/qt_gui/translations/id.ts(+126 -1)📝
src/qt_gui/translations/it.ts(+126 -1)📝
src/qt_gui/translations/ja_JP.ts(+126 -1)📝
src/qt_gui/translations/ko_KR.ts(+126 -1)📝
src/qt_gui/translations/lt_LT.ts(+126 -1)📝
src/qt_gui/translations/nb.ts(+126 -1)📝
src/qt_gui/translations/nl.ts(+126 -1)...and 9 more files
📄 Description
Fixes issue 1315 where descriptionText was not sized correctly when there was a lot of text.
*I had also reduced the Russian text, but another PR increased the size of the boxes, so I went back to the original text.
emulatorLanguage alphabetical order
Recently added elements have been translated:
Input, Cursor, Controller, Paths,Enable Discord Rich Presence...
*Added line breaks to some texts.

*Removed some duplicate stuff in en.ts
*Removed some spaces in fr.ts
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.