[digikam] [Bug 336021] New: DigiKam don't get translated messages from Marble.

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

[digikam] [Bug 336021] New: DigiKam don't get translated messages from Marble.

André Marcelo Alvarenga
https://bugs.kde.org/show_bug.cgi?id=336021

            Bug ID: 336021
           Summary: DigiKam don't get translated messages from Marble.
    Classification: Unclassified
           Product: digikam
           Version: 4.0.0
          Platform: Debian testing
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: [hidden email]
          Reporter: [hidden email]

See screenshot.

Right context menu opened with Marble.
Left context menu opened with digiKam.

Same problem with other context menu on Map Search panel.

Reproducible: Always




File: marble_qt.mo

--
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 336021] DigiKam don't get translated messages from Marble.

André Marcelo Alvarenga
https://bugs.kde.org/show_bug.cgi?id=336021

--- Comment #1 from André Marcelo Alvarenga <[hidden email]> ---
Created attachment 87097
  --> https://bugs.kde.org/attachment.cgi?id=87097&action=edit
Screenshot

--
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 336021] DigiKam don't get translated messages from Marble.

Gilles Caulier-4
In reply to this post by André Marcelo Alvarenga
https://bugs.kde.org/show_bug.cgi?id=336021

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]
          Component|general                     |libkgeomap

--
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 336021] DigiKam don't get translated messages from Marble.

Gilles Caulier-4
In reply to this post by André Marcelo Alvarenga
https://bugs.kde.org/show_bug.cgi?id=336021

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |[hidden email]
     Ever confirmed|0                           |1

--- Comment #2 from Gilles Caulier <[hidden email]> ---
Fully reproducible here...

Problem is certainly in libkgeomap.

Michael, do you see that we have this static string to load marble catalog :

https://projects.kde.org/projects/extragear/libs/libkgeomap/repository/revisions/master/entry/libkgeomap/kgeomap_common.cpp#L38

... but this one is never used...

Gilles Caulier

--
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 336021] DigiKam don't get translated messages from Marble.

Gilles Caulier-4
In reply to this post by André Marcelo Alvarenga
https://bugs.kde.org/show_bug.cgi?id=336021

--- Comment #3 from Gilles Caulier <[hidden email]> ---
Well no, other parts of digiKam use also an alone static instance of
KCatalogLoader to load translations. Typically, the constructor call is enough
to load catalog.

Gilles Caulier

--
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 336021] DigiKam don't get translated messages from Marble.

Michael G. Hansen
In reply to this post by André Marcelo Alvarenga
https://bugs.kde.org/show_bug.cgi?id=336021

Michael G. Hansen <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/libk
                   |                            |geomap/3e36a4a24cc03505f935
                   |                            |2ef9248d3cec2c6e5d3a

--- Comment #4 from Michael G. Hansen <[hidden email]> ---
Git commit 3e36a4a24cc03505f9352ef9248d3cec2c6e5d3a by Michael Georg Hansen.
Committed on 10/06/2014 at 20:15.
Pushed by mghansen into branch 'master'.

Load Marble translations.

M  +5    -2    libkgeomap/kgeomap_common.cpp

http://commits.kde.org/libkgeomap/3e36a4a24cc03505f9352ef9248d3cec2c6e5d3a

--
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 336021] DigiKam does not show translated messages for Marble.

Michael G. Hansen
In reply to this post by André Marcelo Alvarenga
https://bugs.kde.org/show_bug.cgi?id=336021

Michael G. Hansen <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|DigiKam don't get           |DigiKam does not show
                   |translated messages from    |translated messages for
                   |Marble.                     |Marble.

--- Comment #5 from Michael G. Hansen <[hidden email]> ---
Hi,

Gilles, the code you mention only loads the translations for libkgeomap. I
added code to also load the translations for Marble there as well. I am not
sure whether this is the official way to do it, but it works on my system.

Best regards,

Michael

PS: For people with English locales, to test another language type this:
LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 digikam

Note that you have to have kde-l10n-de installed on Kubuntu.

--
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 336021] DigiKam does not show translated messages for Marble.

Michael G. Hansen
In reply to this post by André Marcelo Alvarenga
https://bugs.kde.org/show_bug.cgi?id=336021

Michael G. Hansen <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |4.1.0

--
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 336021] DigiKam does not show translated messages for Marble.

Gilles Caulier-4
In reply to this post by André Marcelo Alvarenga
https://bugs.kde.org/show_bug.cgi?id=336021

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libkgeomap                  |Geolocation

--
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