Howto find unmarked strings with gettext?

Posted by Harvey on Stack Overflow See other posts from Stack Overflow or by Harvey
Published on 2010-03-30T21:43:15Z Indexed on 2010/03/30 21:53 UTC
Read the original article Hit count: 231

Filed under:

Does gettext have a way to warn me about strings that have not been wrapped in _() or N_()?

Basically is there a way to get a list of all strings that do NOT match the keywords used by xgettext. So, I want:

! xgettext source_code

© Stack Overflow or respective owner

Related posts about gettext