https://bugs.kde.org/show_bug.cgi?id=508015
Bug ID: 508015
Summary: Missing line translation in bluedevil widget.
Classification: Plasma
Product: plasmashell
Version First master
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Bluetooth widget
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: 1.0
Created attachment 183881
--> https://bugs.kde.org/attachment.cgi?id=183881&action=edit
Bluetooth widget/system tray item
Missing line translation in bluedevil widget.
These lines are in file
https://invent.kde.org/plasma/bluedevil/-/blob/master/src/applet/devicesproxymodel.cpp?ref_type=heads#L49
if (index.data(BluezQt::DevicesModel::BlockedRole).toBool()) {
return QStringLiteral("Blocked");
}
if (index.data(BluezQt::DevicesModel::ConnectedRole).toBool()) {
return QStringLiteral("Connected");
}
return QStringLiteral("Available");
They don't get into the plasma_applet_org.kde.plasma.bluetooth.po file, but
even if you add them manually, the translation still doesn't show up.
Operating System: ROSA Fresh Desktop 13
KDE Plasma Version: 6.4.80
KDE Frameworks Version: 6.17.0
Qt Version: 6.9.1
Kernel Version: 6.13.12-generic-7rosa13-x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 16 × 11th Gen Intel® Core™ i7-11800H @ 2.30GHz
Memory: 40 ГиБ of RAM (38.8 ГиБ usable)
Graphics Processor 1: Intel® UHD Graphics
Graphics Processor 2: NVIDIA GeForce RTX 3050 Ti Laptop GPU
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: ROG Zephyrus M16 GU603HE_GU603HE
System Version: 1.0
--
You are receiving this mail because:
You are watching all bug changes.