Summary: | i18n - missing message extraction in digikam/libs/imageproperties/ | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Burkhard Lück <lueck> |
Component: | Usability-i18n | Assignee: | 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 | |
Sentry Crash Report: |
Description
Burkhard Lück
2010-05-28 10:16:45 UTC
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 |