[Bug 239843] New: i18n - missing message extraction in digikam/libs/imageproperties/

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 239843] New: i18n - missing message extraction in digikam/libs/imageproperties/

Burkhard Lueck
https://bugs.kde.org/show_bug.cgi?id=239843

           Summary: i18n - missing message extraction in
                    digikam/libs/imageproperties/
           Product: digikam
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: [hidden email]
        ReportedBy: [hidden email]


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

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 239843] i18n - missing message extraction in digikam/libs/imageproperties/

Bugzilla from andi.clemens@gmx.net
https://bugs.kde.org/show_bug.cgi?id=239843





--- Comment #1 from Andi Clemens <andi clemens gmx net>  2010-09-25 15:46:21 ---
Gilles, Marcel,

what about this one? Do we extract this already into the mentioned separate
catalog?

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 239843] i18n - missing message extraction in digikam/libs/imageproperties/

Marcel Wiesweg
In reply to this post by Burkhard Lueck
https://bugs.kde.org/show_bug.cgi?id=239843





--- Comment #2 from Marcel Wiesweg <marcel wiesweg gmx de>  2010-09-25 18:28:32 ---
No idea. I dont find this file any more in the branch, I think it's moved to
libkmap. It's Michael / Gabriel territory.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 239843] i18n - missing message extraction in digikam/libs/imageproperties/

Burkhard Lueck
In reply to this post by Burkhard Lueck
https://bugs.kde.org/show_bug.cgi?id=239843





--- Comment #3 from Burkhard Lueck <lueck hube-lueck de>  2010-10-01 22:54:16 ---
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://[hidden email]/home/kde/trunk/extragear/graphics/digikam/libs/imageproperties/markerclusterholderplugin/externaldraw.cpp
Basis des Projektarchivs: svn+ssh://[hidden email]/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$

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 239843] i18n - missing message extraction in digikam/libs/imageproperties/

Gilles Caulier-4
In reply to this post by Burkhard Lueck
https://bugs.kde.org/show_bug.cgi?id=239843


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[hidden email]
         Resolution|                            |INVALID




--- Comment #4 from Gilles Caulier <caulier gilles gmail com>  2011-07-03 14:20:12 ---
This file do not exist anymore in digiKam core and libkmap

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 239843] i18n - missing message extraction in digikam/libs/imageproperties/

bugzilla_noreply
In reply to this post by Burkhard Lueck
https://bugs.kde.org/show_bug.cgi?id=239843

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |Usability

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 239843] i18n - missing message extraction in digikam/libs/imageproperties/

bugzilla_noreply
In reply to this post by Burkhard Lueck
https://bugs.kde.org/show_bug.cgi?id=239843

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Usability                   |Usability-i18n

--
You are receiving this mail because:
You are the assignee for the bug.