[Digikam-devel] extragear/graphics/digikam

Tom Albers tomalbers at kde.nl
Tue Nov 15 18:00:15 GMT 2005


Op dinsdag 15 november 2005 18:57, schreef Caulier Gilles:
> 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

This is wrong imho, as you can see from the desktop file, some languages wish 
to translate the name....

Toma



More information about the Digikam-devel mailing list