mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-25 21:59:30 +01:00
po: detect Boost format strings.
It would be nice to use the --qt option as well, but is is exclusive with --boost. So we use only --boost, which cannot give false positives with Qt strings...
This commit is contained in:
parent
ace75af580
commit
a881789676
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ subdir = po
|
|||
top_builddir = ..
|
||||
|
||||
# These options get passed to xgettext.
|
||||
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=_q --keyword=Q_ --language=C++ --from-code=utf-8
|
||||
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=_q --keyword=Q_ --language=C++ --from-code=utf-8 --boost
|
||||
|
||||
# This is the copyright holder that gets inserted into the header of the
|
||||
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
|
||||
|
|
Loading…
Reference in a new issue