Bruno Haible 110552bc0a build: Fix "make distcheck" failure.
* gettext-runtime/man/*.x: Add copyright and license header.
2025-06-25 06:57:36 +02:00

18 lines
772 B
Plaintext

.\" Copyright (c) Free Software Foundation, Inc.
.\"
.\" This is free documentation; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of
.\" the License, or (at your option) any later version.
.\"
.\" Written by Bruno Haible <bruno@clisp.org>.
.\"
[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.