Bug 239843 - i18n - missing message extraction in digikam/libs/imageproperties/
Summary: i18n - missing message extraction in digikam/libs/imageproperties/
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-i18n (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-28 10:16 UTC by Burkhard Lück
Modified: 2021-12-30 15:50 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.5.0


Attachments

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