From: Bruno Haible Date: Thu, 17 Aug 2006 17:34:42 +0000 (+0000) Subject: Another small correction. X-Git-Tag: 0.16.x-branchpoint~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16d9d3c0472c72361979c5f63f3e16cfc864ecae;p=thirdparty%2Fgettext.git Another small correction. --- diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 90bd13a36..4d148f2b9 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -5328,7 +5328,7 @@ Hungarian @end table Hungarian does not appear to have a plural if you look at sentences involving -ordinal numbers. For example, ``1 apple'' is ``1 alma'', and ``123 apples'' is +cardinal numbers. For example, ``1 apple'' is ``1 alma'', and ``123 apples'' is ``123 alma''. But when the number is not explicit, the distinction between singular and plural exists: ``the apple'' is ``az alma'', and ``the apples'' is ``az alm@'{a}k''. Since @code{ngettext} has to support both types of sentences,