bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gettext] [feature request] msggrep --reference


From: Daiki Ueno
Subject: Re: [bug-gettext] [feature request] msggrep --reference
Date: Tue, 12 Mar 2013 08:12:42 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Hi Raphaël,

Raphaël <address@hidden> writes:

> msggrep currently support the following filters:
> * msgctxt
> * msgid
> * msgstr
> * comment
> * extracted-comment
>
> This last missing bit is the *reference*.
> I'm in a case of a web application where I want to extract references
> matching /content/, /settings/, ... and the reference is the only usable
> criterion.

msggrep -N accepts wildcard patterns:

`-N SOURCEFILE'
`--location=SOURCEFILE'
     Select messages extracted from SOURCEFILE.  SOURCEFILE can be
     either a literal file name or a wildcard pattern.

Doesn't this help?  You could do something like:

msggrep -N ../content/\* input.po | msggrep --msgid -F -e 'Please specify'

Regards,
-- 
Daiki Ueno



reply via email to

[Prev in Thread] Current Thread [Next in Thread]