Bug 316548

Summary: l10n missing from release
Product: [Plasma] KScreen Reporter: Harald Sitter <sitter>
Component: commonAssignee: Daniel Vrátil <dvratil>
Status: RESOLVED FIXED    
Severity: grave CC: afiestas, dvratil, lueck
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 1.1

Description Harald Sitter 2013-03-11 15:58:26 UTC
kscreen has no translation (or at least no po/ in the release source).

using kde:releaseme could potentially fix that

Reproducible: Always
Comment 1 Burkhard Lück 2013-03-12 05:05:14 UTC
Two more localisation issues:

1) plasma package has some not extracted messages:
$wcgrep qsTr
./package/contents/ui/main.qml:91:            label: qsTr("Extend to Right");
./package/contents/ui/main.qml:101:            label: qsTr("Extend to Left");
./package/contents/ui/main.qml:111:            label: qsTr("Clone Primary Output");
./package/contents/ui/main.qml:121:            label: qsTr("Disable");
./package/contents/ui/main.qml:131:            label: qsTr("No Action");
./package/contents/ui/main.qml:141:            label: qsTr("Advanced Configuration");

2) kscreen loads not existing translation catalog
messages are extracted to the catalog kcm_displayconfiguration, but tries to load kcm_ksreen via
./src/kcm_kscreen.cpp:46:K_EXPORT_PLUGIN(KCMDisplayConfigurationFactory ("kcm_kscreen" /* kcm name */,
./src/kcm_kscreen.cpp-47-                                                "kcm_kscreen" /* catalog name */))
Comment 2 Alex Fiestas 2013-03-24 19:27:34 UTC
This has been fixed, right?
Comment 3 Daniel Vrátil 2013-03-25 08:54:45 UTC
Git commit a01cbf8a9fb9121c890bf21c1bd7e1b3d64a2777 by Dan Vrátil.
Committed on 25/03/2013 at 09:54.
Pushed by dvratil into branch 'master'.

Extract all strings from QML

(KCM catalog name is already fixed)

M  +1    -1    plasma/Messages.sh

http://commits.kde.org/kscreen/a01cbf8a9fb9121c890bf21c1bd7e1b3d64a2777
Comment 4 Burkhard Lück 2013-07-04 20:30:04 UTC
The messages named in comment #1 are still not extracted to the translation message template.
Comment 5 Daniel Vrátil 2013-07-08 12:23:36 UTC
Git commit afedc762e46538649669172c5c24dc7cbb221bf9 by Dan Vrátil.
Committed on 08/07/2013 at 12:21.
Pushed by dvratil into branch 'master'.

Make actions in Plasma applet translatable

s/qsTr/i18n/
FIXED-IN: 1.1

M  +7    -7    plasma/package/contents/ui/main.qml

http://commits.kde.org/kscreen/afedc762e46538649669172c5c24dc7cbb221bf9