diff options
author | Kevin Ryde <user42@zip.com.au> | 2006-10-09 22:47:06 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2006-10-09 22:47:06 +0000 |
commit | 40296bab814a677dd0e9a09bdf93be2e9ccd3fd0 (patch) | |
tree | 386d259e813c9e4fd467417055a65cc295e024b4 /doc/ref/api-i18n.texi | |
parent | aeb9d8e054a250c1f56d90f281590e8f8688c35f (diff) |
merge from 1.8 branch
Diffstat (limited to 'doc/ref/api-i18n.texi')
-rw-r--r-- | doc/ref/api-i18n.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ref/api-i18n.texi b/doc/ref/api-i18n.texi index 995e27e90..63884254a 100644 --- a/doc/ref/api-i18n.texi +++ b/doc/ref/api-i18n.texi @@ -85,7 +85,8 @@ example, It's important to use @code{ngettext} rather than plain @code{gettext} for plurals, since the rules for singular and plural forms in English are not the same in other languages. Only @code{ngettext} will allow -translators to give correct forms. +translators to give correct forms (@pxref{Plural forms,, Additional +functions for plural forms, gettext, GNU @code{gettext} utilities}). @end deffn @deffn {Scheme Procedure} textdomain [domain] |