Summary: | l10n missing from release | ||
---|---|---|---|
Product: | [Plasma] KScreen | Reporter: | Harald Sitter <sitter> |
Component: | common | Assignee: | 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: | http://commits.kde.org/kscreen/afedc762e46538649669172c5c24dc7cbb221bf9 | Version Fixed In: | 1.1 |
Sentry Crash Report: |
Description
Harald Sitter
2013-03-11 15:58:26 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 */)) This has been fixed, right? 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 The messages named in comment #1 are still not extracted to the translation message template. 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 |