po_update {potools}R Documentation

Update all .po files with changes in .pot

Description

po_update() updates existing .po file after the .pot file has changed. There are four cases:

Usage

po_update(dir = ".", lazy = TRUE, verbose = !is_testing())

Arguments

dir

Character, default the present directory; a directory in which an R package is stored.

lazy

If TRUE, only .po files that are older than their corresponding .pot file will be updated.

verbose

Logical, default TRUE (except during testing). Should extra information about progress, etc. be reported?


[Package potools version 0.2.4 Index]