mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 08:05:56 +03:00
[PR #361] [MERGED] linux(i18n): add Turkish translations #379
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#379
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/kavishdevar/librepods/pull/361
Author: @muminkoykiran
Created: 12/8/2025
Status: ✅ Merged
Merged: 12/10/2025
Merged by: @kavishdevar
Base:
main← Head:android-linux-i18n-add-turkish-translations📝 Commits (2)
3538106linux(i18n): add Turkish translationsb63886ffix: allocate QTranslator on heap to ensure lifetime📊 Changes
5 files changed (+217 additions, -28 deletions)
View changed files
📝
linux/CMakeLists.txt(+16 -1)📝
linux/Main.qml(+18 -18)📝
linux/main.cpp(+23 -0)➕
linux/translations/librepods_tr.ts(+151 -0)📝
linux/trayiconmanager.cpp(+9 -9)📄 Description
Summary
qsTr()in QML filestr()in C++ filesQTranslatorlibrepods_tr.ts)Changes
CMakeLists.txt: Added Qt LinguistTools and translation build configurationmain.cpp: Added QTranslator loader for automatic system locale detectionMain.qml: Wrapped all user-facing strings withqsTr()trayiconmanager.cpp: Wrapped tray menu strings withtr()translations/librepods_tr.ts: Turkish translations for all UI elementsTranslations include
Note
This also sets up the i18n infrastructure for future translations in other languages.
Summary by CodeRabbit
New Features
Chores
✏️ Tip: You can customize this high-level summary in your review settings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.