Bug 316548 - l10n missing from release
Summary: l10n missing from release
Status: RESOLVED FIXED
Alias: None
Product: KScreen
Classification: Plasma
Component: common (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR grave
Target Milestone: ---
Assignee: Daniel Vrátil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-11 15:58 UTC by Harald Sitter
Modified: 2013-07-08 12:23 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 1.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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