Skip to content
This repository was archived by the owner on Jan 31, 2019. It is now read-only.
This repository was archived by the owner on Jan 31, 2019. It is now read-only.

[Feature Request] More tags -- options for "autovala po". #96

@squall77it

Description

@squall77it

Hi,
i have some request for the "autovala po" command, now the command executed to generate the pot file is;
xgettext --from-code=UTF-8 -d wifi-qrcode -o wifi-qrcode.pot -p po --keyword='_' --add-comments=Translators -f po/POTFILES.in

can you add same options to the xgettext command with the relative tags in the avprj file?
The options --> tags to add are the seguent:

  1. --package-name= --> project_name (already existing in avrpj)
  2. --package-version= --> version (already existing in avrpj)
  3. --copyright-holder= --> po_copyright_holder
  4. --msgid-bugs-address= --> po_msgid_bugs_address

to have a command like this and a more complete pot file:

xgettext --from-code=UTF-8 -d wifi-qrcode -o wifi-qrcode.pot -p po --keyword='_' --add-comments=Translators -f po/POTFILES.in --copyright-holder="Copyright Info" --package-name=wifi-qrcode --package-version=0.20 --msgid-bugs-address=www.mybugzilla.bug

The xgettext option are explained in this page:
https://www.gnu.org/software/gettext/manual/html_node/xgettext-Invocation.html

thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions