Re: gnome-vfs ngettext reversal (string freeze break?)



On 2003-08-13(Wed) 17:52:09 +0300, Andrew W. Nosenko wrote:
> : No other part of the gnome development platform requires ngettext yet,
> : and ngettext is pretty recent, so a lot of platforms don't have it.
> : Linux with glibc before 2.2 doesn't have it for instance.
> 
> For systems without native ngettext() support, linking across GNU
> libintl is always possible.

Not to mention that ngettext() support can be made optional. Look at
gnome-games for example:

==============================
/* Define a sensible alternative to ngettext if we don't have it. Note that
 * this is only sensible in the context of gtali. */
#ifndef HAVE_NGETTEXT
#define ngettext(one,lots,n) gettext(lots)
#endif
==============================




> 
> -- 
> Andrew W. Nosenko    (awn bcs zp ua)
> _______________________________________________
> gnome-i18n mailing list
> gnome-i18n gnome org
> http://lists.gnome.org/mailman/listinfo/gnome-i18n

-- 
Abel Cheung
Linux counter #256983   | http://counter.li.org
GPG Key: (0xC67186FF)   | http://deaddog.org/gpg.asc
Key fingerprint: 671C C7AE EFB5 110C D6D1  41EE 4152 E1F1 C671 86FF

Attachment: pgpJTUw9OxnWQ.pgp
Description: PGP signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]