po_compile {potools} | R Documentation |
Compile .po
files to .mo
Description
This function compiles the plain text .po
files that translators work
with into the binary .mo
files that are installed with packages and
used for live translations.
Usage
po_compile(dir = ".", package = NULL, lazy = TRUE, verbose = TRUE)
Arguments
dir |
Path to package root directory. |
package |
Name of package. If not supplied, read from
|
lazy |
If |
verbose |
If |
[Package potools version 0.2.4 Index]