[Digikam-devel] extragear/graphics/digikam
Caulier Gilles
caulier.gilles at free.fr
Tue Nov 15 17:57:05 GMT 2005
Le Mardi 15 Novembre 2005 16:57, Achim Bohnet a écrit :
> 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
>
Fixed in svn
Gilles
More information about the Digikam-devel
mailing list