* linux(i18n): add Turkish translations
- Add Qt Linguist translation infrastructure to CMakeLists.txt
- Wrap UI strings with qsTr() in Main.qml
- Wrap menu strings with tr() in trayiconmanager.cpp
- Add QTranslator loader in main.cpp for automatic locale detection
- Create Turkish translation file (librepods_tr.ts)
Translations include:
- Main window: connection status, noise control modes, settings
- Tray menu: all menu items and tooltips
- System notifications
* fix: allocate QTranslator on heap to ensure lifetime
* docs: add troubleshooting section for media controls not working
* always use white text for the battery percentage in the system tray icon which matches what other applications like Bluetooth battery indicators do in Plasma
* init librepods asset
* remove update script for librepods
* Fix possible build error
* [Linux] Read AirPods state from BLE broadcast when not connected
* SImplify
* Remove old code
* Remove old code
* Maintain charging state when state is unknown
* Simplify
* Remove unused var
* [Linux] Enhance GUI with icons
* Improve visibility
* Smarter hiding of battery values
* Add simple opacity based ear detection indication
* Hide disconnected devices
* Add airpods 3 icon
* Support more devices
* Better icons
* Add documentation
* Add segmented control
* Support keyboard navigation
* Fix ear detection when primary pod changes
* Support up to 9 modes with the keyboard
* Redisign
* Use id
* Use correct images
* Remove duplicates
* Use correct image
* Remove more merge conflicts
* Remove unused code
* Remove unused code
* Make all text readbale
* [Linux] Expose battery info to QML
* [Linux] Add battery indicator
* [Linux] Dynamically hide case battery level if we have no data for it
* Reduce animation speed