| Line 49... |
Line 49... |
| 49 |
\code{xgettext2pot} calls \code{xgettext} and then \code{xngettext},
|
49 |
\code{xgettext2pot} calls \code{xgettext} and then \code{xngettext},
|
| 50 |
and writes a PO template file for use with the \pkg{GNU Gettext}
|
50 |
and writes a PO template file for use with the \pkg{GNU Gettext}
|
| 51 |
tools. This ensures that the strings for simple translation are
|
51 |
tools. This ensures that the strings for simple translation are
|
| 52 |
unique in the file (as \pkg{GNU Gettext} requires), but does not do so
|
52 |
unique in the file (as \pkg{GNU Gettext} requires), but does not do so
|
| 53 |
for \code{ngettext} calls (and the rules are not stated in the Gettext
|
53 |
for \code{ngettext} calls (and the rules are not stated in the Gettext
|
| - |
|
54 |
manual, but \command{msgfmt} complains if there is duplication between
|
| 54 |
manual).
|
55 |
the sets.).
|
| 55 |
|
56 |
|
| 56 |
If applied to the \pkg{base} package, this also looks in the \file{.R}
|
57 |
If applied to the \pkg{base} package, this also looks in the \file{.R}
|
| 57 |
files in \file{\var{\link{R_HOME}}/share/R}.
|
58 |
files in \file{\var{\link{R_HOME}}/share/R}.
|
| 58 |
}
|
59 |
}
|
| 59 |
\value{
|
60 |
\value{
|