datefixR icon indicating copy to clipboard operation
datefixR copied to clipboard

Translate warnings/errors to Portuguese

Open nathansam opened this issue 2 years ago • 0 comments

The warnings and errors can be given in Portuguese by making edits to the the Portuguese translation file. Translations (msgstr) need to be provided for each English line (msgid). Running the below R code should then update the package to use these translations.

tools::update_pkg_po(".")

nathansam avatar Sep 07 '22 12:09 nathansam