MichaelChirico / potools

Tools for working with translations in R
https://michaelchirico.github.io/potools/
58 stars 3 forks source link

`po_diagnose()` ? #270

Open hadley opened 2 years ago

hadley commented 2 years ago

How should the diagnosis part of translate_package() be run? Should it be an option in po_extract() or should it be a separate exported function?

MichaelChirico commented 2 years ago

my first instinct is that it should get its own function in the spirit of modularity.