.po
files to .mo
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.
po_compile(dir = ".", package = NULL, lazy = TRUE, verbose = TRUE)
Path to package root directory.
Name of package. If not supplied, read from
DESCRIPTION
.
If TRUE
, only .mo
functions that are older than
.po
files be updated
If TRUE
, print information as it goes.