https://bugs.kde.org/show_bug.cgi?id=203603
Summary: Country names in digikam should come from iso_3166 GNU package Product: digikam Version: unspecified Platform: Compiled Sources OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: [hidden email] ReportedBy: [hidden email] Version: (using Devel) OS: Linux Installed from: Compiled sources DigiKam recently got a lot more messages to translate which are country names. All these names are already in the GNU package iso_3166 where these names are translated also. I suggest to use this package and consequently the translations of this package and not introduce a lot more messages in digiKam to translate. -- 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 |
https://bugs.kde.org/show_bug.cgi?id=203603
John Layt <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #1 from John Layt <john layt net> 2009-08-12 23:14:29 --- The country names are already available in translated from from KGlobal::locale()->countryCodeToName(QString countryCode). You can use KGlobal::locale()->allCountriesList() to obtain a list of all Country Codes. This assumes kdebase/runtime/i10n is installed which may not always be the case. -- 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 |
In reply to this post by Bugzilla from f.de.kruijf@hetnet.nl
https://bugs.kde.org/show_bug.cgi?id=203603
--- Comment #2 from Freek de Kruijf <f de kruijf hetnet nl> 2009-08-12 23:49:14 --- This adheres my point that adding all these names to digiKam, which end up in digikam.pot, are not necessary. -- 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 |
In reply to this post by Bugzilla from f.de.kruijf@hetnet.nl
https://bugs.kde.org/show_bug.cgi?id=203603
Andi Clemens <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.0.0-beta5 --- Comment #3 from Andi Clemens <andi clemens gmx net> 2009-09-13 14:32:35 --- Gilles, what about this one? -- 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 |
In reply to this post by Bugzilla from f.de.kruijf@hetnet.nl
https://bugs.kde.org/show_bug.cgi?id=203603
--- Comment #4 from John Layt <john layt net> 2009-09-13 16:36:57 --- A small correction to my earlier point, kdebase/runtime is a prerequisite for all KDE apps, so you can always rely on the full list of translated country names being available from KLocale. -- 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 |
In reply to this post by Bugzilla from f.de.kruijf@hetnet.nl
https://bugs.kde.org/show_bug.cgi?id=203603
Médéric Boquien <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #5 from Médéric Boquien <mboquien free fr> 2009-09-26 16:22:32 --- I fear that Digikam cannot use allCountriesList() if i believe the comment in digikam/libs/template/countryselector.cpp: // We cannot use KLocale::allCountriesList() here because KDE only // support 2 characters country codes. XMP require 3 characters country // following ISO 3166 (http://userpage.chemie.fu-berlin.de/diverse/doc/ISO_3166.html) At least not until it support 3 characters country codes then. -- 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 |
In reply to this post by Bugzilla from f.de.kruijf@hetnet.nl
https://bugs.kde.org/show_bug.cgi?id=203603
--- Comment #6 from Freek de Kruijf <f de kruijf hetnet nl> 2009-09-26 18:03:48 --- Now the list of countries in digiKam is rather limited. So I would suggest to use a translation table between the currently used two character country codes and the 3 character codes used in XMP. This avoids translation of country names in more than two places. -- 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 |
In reply to this post by Bugzilla from f.de.kruijf@hetnet.nl
https://bugs.kde.org/show_bug.cgi?id=203603
--- Comment #7 from John Layt <john layt net> 2009-09-28 00:00:59 --- I've been looking for an excuse to add support for the 3 character code into KLocale, I'll try sort something out this week in time for 4.4. Not immediately useful for you, but I'd agree with the code translation table idea for the interim rather than adding new translation strings. I have a table of the entities currently supported in KDE and their various codes at kdebase/runtime/l10n/entities.ods if you need something to copy/paste. -- 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 |
In reply to this post by Bugzilla from f.de.kruijf@hetnet.nl
https://bugs.kde.org/show_bug.cgi?id=203603
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.0.0-beta5 |1.0.0 -- 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 |
In reply to this post by Bugzilla from f.de.kruijf@hetnet.nl
https://bugs.kde.org/show_bug.cgi?id=203603
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #8 from Gilles Caulier <caulier gilles gmail com> 2011-12-13 09:10:18 --- Freek, This entry still valid ? 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 |
In reply to this post by Bugzilla from f.de.kruijf@hetnet.nl
https://bugs.kde.org/show_bug.cgi?id=203603
Freek de Kruijf <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #9 from Freek de Kruijf <f de kruijf gmail com> 2011-12-13 09:35:36 --- Yes, the names of the countries are now in kipiplugin_metadataedit.pot -- 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 |
In reply to this post by Bugzilla from f.de.kruijf@hetnet.nl
https://bugs.kde.org/show_bug.cgi?id=203603
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |MetadataEdit Version|1.0.0 |2.5.0 Product|digikam |kipiplugins --- Comment #10 from Gilles Caulier <caulier gilles gmail com> 2011-12-13 09:52:04 --- Right. In digiKam, Countries list has disappear due to factoring in libkexiv2. This must be done too into MetadataEdito kipi-plugin. 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 |
In reply to this post by Bugzilla from f.de.kruijf@hetnet.nl
https://bugs.kde.org/show_bug.cgi?id=203603
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[hidden email] |[hidden email] -- 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 |
In reply to this post by Bugzilla from f.de.kruijf@hetnet.nl
https://bugs.kde.org/show_bug.cgi?id=203603
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[hidden email] |[hidden 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 |
Free forum by Nabble | Edit this page |