[Digikam-devel] extragear/graphics/digikam
Achim Bohnet
ach at mpe.mpg.de
Tue Nov 15 15:57:14 GMT 2005
On Tuesday 15 November 2005 15:11, Gilles Caulier wrote:
> SVN commit 480554 by cgilles:
>
> No need to internationalize application name, CF mandriva bug report :
> http://qa.mandriva.com/show_bug.cgi?id=16820
>
> CCMAIL: digikam-devel at kde.org
>
>
> M +1 -1 digikam/main.cpp
> M +1 -1 showfoto/main.cpp
>
>
> --- trunk/extragear/graphics/digikam/digikam/main.cpp #480553:480554
> @@ -68,7 +68,7 @@
> .arg(kipi_version);
>
> KAboutData aboutData( "digikam",
> - I18N_NOOP("digiKam"),
> + "digiKam",
> digikam_version,
> description.latin1(),
> KAboutData::License_GPL,
> --- trunk/extragear/graphics/digikam/showfoto/main.cpp #480553:480554
> @@ -48,7 +48,7 @@
> QString Description = i18n("KDE Photo Viewer and Editor");
>
> KAboutData aboutData( "showfoto",
> - I18N_NOOP("showFoto"),
> + "ShowFoto",
FWIW: In the desktop file Name=showFoto is used (s not S), and there the appname
get's translated too.
[Desktop Entry]
Encoding=UTF-8
Name=showFoto
Name[el]=εμφάνισηΦωτογραφίας
Name[pa]=ਫਟਵਖਾਓ
Name[sv]=Showfoto
Name[xx]=xxshowFotoxx
GenericName=Image Viewer
Achim
> "0.3.0",
> Description.latin1(),
> KAboutData::License_GPL,
--
To me vi is Zen. To use vi is to practice zen. Every command is
a koan. Profound to the user, unintelligible to the uninitiated.
You discover truth everytime you use it.
-- reddy at lion.austin.ibm.com
More information about the Digikam-devel
mailing list