Version: unspecified (using Devel) OS: Linux source files with tr() calls, but not in message templates: digikam/libs/imageproperties/markerclusterholderplugin/externaldraw.cpp Is it intended to use tr() calls here? Because of marble using this plugin? Anyway, translation messages extracted via tr() calls have to be extracted to a separate catalog named foo_qt.pot. This is a mandatory requirement from the kde translation team. Reproducible: Always
Gilles, Marcel, what about this one? Do we extract this already into the mentioned separate catalog?
No idea. I dont find this file any more in the branch, I think it's moved to libkmap. It's Michael / Gabriel territory.
kdedev@parodia:~/svn$ svn info extragear/graphics/digikam/libs/imageproperties/markerclusterholderplugin/externaldraw.cpp Pfad: extragear/graphics/digikam/libs/imageproperties/markerclusterholderplugin/externaldraw.cpp Name: externaldraw.cpp URL: svn+ssh://lueck@svn.kde.org/home/kde/trunk/extragear/graphics/digikam/libs/imageproperties/markerclusterholderplugin/externaldraw.cpp Basis des Projektarchivs: svn+ssh://lueck@svn.kde.org/home/kde UUID des Projektarchivs: 283d02a7-25f6-0310-bc7c-ecb5cbfe19da Revision: 1181705 Knotentyp: Datei Plan: normal Letzter Autor: aclemens Letzte geänderte Rev: 1049611 Letztes Änderungsdatum: 2009-11-15 16:01:49 +0100 (So, 15. Nov 2009) Text zuletzt geändert: 2009-11-15 18:49:47 +0100 (So, 15. Nov 2009) Prüfsumme: 728a43eb144fa0fd46d267860268e711 kdedev@parodia:~/svn$ wcgrep "tr(" extragear/graphics/digikam/libs/imageproperties/markerclusterholderplugin/externaldraw.cpp extragear/graphics/digikam/libs/imageproperties/markerclusterholderplugin/externaldraw.cpp:59: return tr( "ExternalDraw" ); extragear/graphics/digikam/libs/imageproperties/markerclusterholderplugin/externaldraw.cpp:64: return tr( "ExternalDraw" ); extragear/graphics/digikam/libs/imageproperties/markerclusterholderplugin/externaldraw.cpp:74: return tr( "Plugin to allow client applications to draw in layers. Used by Digikam." ); kdedev@parodia:~/svn$ wcgrep "Plugin to allow client applications to draw in layers. Used by Digikam." l10n-kde4/templates/messages/ kdedev@parodia:~/svn$
This file do not exist anymore in digiKam core and libkmap Gilles Caulier
Fixed with works from bug #438701 for next 7.5.0 release Gilles Caulier