diff options
Diffstat (limited to 'man/ngettext.x')
-rw-r--r-- | man/ngettext.x | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/ngettext.x b/man/ngettext.x new file mode 100644 index 0000000..10b0c76 --- /dev/null +++ b/man/ngettext.x @@ -0,0 +1,8 @@ +[NAME] +ngettext \- translate message and choose plural form +[DESCRIPTION] +.\" Add any additional description here +The \fBngettext\fP program translates a natural language message into the +user's language, by looking up the translation in a message catalog, and +chooses the appropriate plural form, which depends on the number \fICOUNT\fP +and the language of the message catalog where the translation was found. |