[PATCH] Additional translations for scramble 0.2.0
Edscott Wilson Garcia
edscott at xfce.org
Tue Sep 20 15:27:42 CEST 2005
And resending this one too so it gets past the spam filters.
El mar, 20-09-2005 a las 12:09 +0200, Benedikt Meurer escribió:
> Daichi Kawahata wrote:
> > Hi Edscott,
> >
> > Sorry other developers, here isn't the suitable place to send this
> > patch. Well, just noticed your recent layout changes in Xffm, as I
> > rejected on commit, please apply attached patch. Also yours.
> >
> > Then, having a glance at scramble.c (where ngettext() is used), it
> > might be reasonable if that function would be defined at the
> >
> > libxfce4util/trunk/libxfce4util/i18n.h
> >
> > as global macro, although I'm not sure how many time ngettext() will
> > be used in future...
>
> This should definitely be added to libxfce4util and xfce4-dev-tools,
> something like M_(), as this is also required for certain strings in Thunar.
Huh? You mean:
#ifdef ENABLE_NLS
#define M_(Format1,Format2,N) ngettext(Format1,Format2,N)
#else
#define M_(Format1,Format2,N) Format1
#endif
?
I currently have no idea under what circumstances dngettext and
dcngettext should be used in lieu of ngettext.
regards,
--
Edscott Wilson Garcia <edscott at xfce.org>
More information about the Xfce4-dev
mailing list