One point not covered here explicitly -- avoid templating out sentence fragments. Almost a converse of the Un-translatable content section -- Put message pieces into a template if and only if they are untranslateable.
I can dig up examples from data.table going through this if that's not clear.
One point not covered here explicitly -- avoid templating out sentence fragments. Almost a converse of the Un-translatable content section -- Put message pieces into a template if and only if they are untranslateable.
I can dig up examples from
data.table
going through this if that's not clear._Originally posted by @MichaelChirico in https://github.com/MichaelChirico/potools/pull/237#discussion_r747994291_
Follow-up to #237