Bug 239843

Summary: i18n - missing message extraction in digikam/libs/imageproperties/
Product: [Applications] digikam Reporter: Burkhard Lück <lueck>
Component: Usability-i18nAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 7.5.0

Description Burkhard Lück 2010-05-28 10:16:45 UTC
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
Comment 1 Andi Clemens 2010-09-25 15:46:21 UTC
Gilles, Marcel,

what about this one? Do we extract this already into the mentioned separate catalog?
Comment 2 Marcel Wiesweg 2010-09-25 18:28:32 UTC
No idea. I dont find this file any more in the branch, I think it's moved to libkmap. It's Michael / Gabriel territory.
Comment 3 Burkhard Lück 2010-10-01 22:54:16 UTC
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$
Comment 4 caulier.gilles 2011-07-03 14:20:12 UTC
This file do not exist anymore in digiKam core and libkmap

Gilles Caulier
Comment 5 caulier.gilles 2021-12-30 15:50:23 UTC
Fixed with works from bug #438701 for next 7.5.0 release

Gilles Caulier