Bug 204291 - Country of Korea impossible to translate
Summary: Country of Korea impossible to translate
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-i18n (show other bugs)
Version: unspecified
Platform: unspecified Unspecified
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-18 16:02 UTC by Karl Ove Hufthammer
Modified: 2018-03-23 11:22 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 0.8.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Ove Hufthammer 2009-08-18 16:02:24 UTC
Version:            (using KDE 4.3.0)
Installed from:    Unlisted Binary Package

There is a translation problem in libexiv2.

See the following source file:
http://lxr.kde.org/source//KDE/kdegraphics/libs/libkexiv2/libkexiv2/countryselector.cpp#164

164         countryCodeMap.insert( "PRK", i18n("Korea") );
165         countryCodeMap.insert( "KOR", i18n("Korea") );

This is impossible to correctly translate, as the string ‘Korea’ is used for two different countries (PRK = North-Korea and KOR = South-Korea), but we (the translators) only get one unique string to translate.

I guess it’s also very confusing in the UI, with two identical entries.

libkexiv2/altlangstredit.cpp also has a similar problem. There’s only one string there (‘Korean (Korea)’), but no indication to the translators if it’s North-Korea or South-Korea (it’s South-Korea).
Comment 1 Eirik U. Birkeland 2009-08-18 16:34:42 UTC
Furthermore ‘Frisian (Netherlands)’ should be changed to ‘Western Frisian (Netherlands)’, which is the official name.
Comment 2 caulier.gilles 2009-10-01 12:52:40 UTC
SVN commit 1029989 by cgilles:

fix Korea name
BUGS: 204291


 M  +2 -2      countryselector.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1029989
Comment 3 caulier.gilles 2009-10-01 12:53:03 UTC
SVN commit 1029991 by cgilles:

fix Korea name
CCBUGS: 204291


 M  +2 -2      countryselector.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1029991