In {data.table}, our workflow is to open a PR for each individual language to be updated.
I am finding the best practice to be: run msgfmt on that branch, rather than gathering translations on master and compiling them all together. I find the latter makes it easier to forget to compile the translations, ultimately.
Therefore po_compile() should be able to specify which language(s) to compile in the current execution.
In {data.table}, our workflow is to open a PR for each individual language to be updated.
I am finding the best practice to be: run
msgfmton that branch, rather than gathering translations onmasterand compiling them all together. I find the latter makes it easier to forget to compile the translations, ultimately.Therefore
po_compile()should be able to specify which language(s) to compile in the current execution.