potools icon indicating copy to clipboard operation
potools copied to clipboard

`po_` function for interactive translation

Open hadley opened this issue 3 years ago • 1 comments

Extract the interactive workflow out of translate_packge() so it can be called individually. Not sure what to call it; probably needs to include interactive or similar in the name.

hadley avatar Nov 25 '21 17:11 hadley

My current thinking is it should just be called po_translate() and it should flexibly accept:

(1) A .po file (2) A .pot file (3) A po/ directory with a .po file or .pot template (4) A package directory

(2)-(4) run the steps necessary to create a .po file

MichaelChirico avatar Jan 16 '22 06:01 MichaelChirico