Check if the proper system utilities for running package translation are installed
Source:R/utils.R
check_potools_sys_reqs.Rd
potools uses the same gettext command line tools that R itself does to run translation. These are required for translation to work properly; this function is mainly for testing use & checks whether the current environment is equipped for translation.
Arguments
- which
Which requirements to test for. Defaults to all of the command-line utilities on which potools relies, namely,
msgmerge
msgfmt
msginit
msgconv