That way po_extract() (and friends) can "just work" without having to remember custom translations in different projects.
That would obviate the need, for example, in {data.table} to have an incantation written out in the release process:
https://github.com/Rdatatable/data.table/blob/b0c4ac3b56b838d07726d88c120eac8222bce5a6/.dev/CRAN_Release.cmd#L6-L18
It should probably be stored in the po/ directory (and also .Rbuildignore'd). We could offer a use_potools() helper a la lintr::use_lintr().
That way
po_extract()(and friends) can "just work" without having to remember custom translations in different projects.That would obviate the need, for example, in {data.table} to have an incantation written out in the release process:
https://github.com/Rdatatable/data.table/blob/b0c4ac3b56b838d07726d88c120eac8222bce5a6/.dev/CRAN_Release.cmd#L6-L18
It should probably be stored in the po/ directory (and also .Rbuildignore'd). We could offer a
use_potools()helper a lalintr::use_lintr().