[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gettext] Re: Sed 3.02a and problem with i18n
From: |
Bruno Haible |
Subject: |
[gettext] Re: Sed 3.02a and problem with i18n |
Date: |
Tue, 8 May 2001 16:05:04 +0200 (CEST) |
Tommi Vainikainen wrote on 1999-03-20:
> In sed/utils.c function void ck_fwrite(ptr, size, nmemb, stream):
> panic(_("couldn`t write %d item%s to %s: %s"), nmemb, nmemb==1 ? "" :
> "s", utils_fp_name(stream), strerror(errno));
>
> This is a bit hard to translate to languages not using ending "s" as
> plural.
With gettext-0.10.37 being released, this code ought to use the
'ngettext' function, which was designed precisely for this case.
Please tell the sed maintainers.
Bruno
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gettext] Re: Sed 3.02a and problem with i18n,
Bruno Haible <=