Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 487 Bytes

File metadata and controls

18 lines (14 loc) · 487 Bytes

the user is told what's happening

Code
  po_create("jp", verbose = TRUE)
Output
  Creating 'jp' R translation
  Running system command msginit -i "./po/R-test.pot" -o "./po/R-jp.po" -l "jp" -w 80 --no-translator...
  Created ./po/R-jp.po.

Code
  po_create("jp", verbose = TRUE)
Output
  Updating 'jp' R translation
  Running system command msgmerge --update "./po/R-jp.po" --backup=off --previous "./po/R-test.pot" ...
  . done.