mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 15:46:33 -04:00
9 lines
411 B
Plaintext
9 lines
411 B
Plaintext
[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.
|