potools icon indicating copy to clipboard operation
potools copied to clipboard

src translations follow-up: Add a utility for generating a po.h header

Open MichaelChirico opened this issue 4 years ago • 1 comments

For packages that are not equipped yet at all for translation, they'll need to define the translation macro/includes to get translation-ready.

It should be easy to generate a simple po.h file, but the devil's in the details:

  1. Detecting that po.h is needed in the first place (should be relatively simple)
  2. Deciding where exactly to insert #include "po.h"

MichaelChirico avatar May 23 '21 21:05 MichaelChirico

I'm wavering on whether this is needed for initial release. Currently coming down on "no".

MichaelChirico avatar Jun 20 '21 03:06 MichaelChirico