GNU gettext - Bugs: bug #40489, msggrep does not support matching...
You are not allowed to post comments on this tracker with your current authentication level.
bug #40489: msggrep does not support matching on flags
Submitter: | None | ||
Submitted: | Wed 06 Nov 2013 01:34:37 PM UTC | ||
Category: | Translator tools | Severity: | 3 - Normal |
Item Group: | None | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2016-11-27 | haible | Category | None | ![]() |
Translator tools |
I would like to filter out all messages which are flagged as python-format. But msggrep does not have an option to specify this.
There is
-C for translator comments
-X for auto generated comments
but nothing for flags
(and nothing for location)
(For location matching, I can use pogrep from http://docs.translatehouse.org/projects/translate-toolkit/, but I do not find any alternative for flags.)