potools icon indicating copy to clipboard operation
potools copied to clipboard

Report on missing translations suitable for use on GitHub

Open hadley opened this issue 3 years ago • 0 comments

After running po_update() it would be nice to be able to generate a markdown block suitable for use on GitHub. I think this would be a check list for each language that cc's the translator (using the GitHub username from the .po file), listing all words that need updates.

Maybe something like this:

Missing translations for:

* [ ] fr (cc @frenchtranslator)
    ```
    msgid "Search for"
    msgid "Version"
    ```

* [ ] de (cc @germantranslator1, @germantranslator2)
    ```
    msgid "Skip to contents"
    ```

Complete translations: jp, po.

hadley avatar Nov 24 '21 17:11 hadley