Karl Eichwalder <[email protected]> writes: > The Boost C++ library offers format-strings such as "%N%"; see > http://www.boost.org/doc/libs/master/libs/format/doc/format.html#syntax > > gettext tools currently don't seem to support this: xgettext does not > add the c-format flag and thus msgfmt does not print an error, if > translators introduce syntax errors. > > Are there plans to support boost?
Have you tried that with: xgettext -L C++ --boost ? I've checked the differences between the version that format-boost.c is based on (= 1.33.1) and the latest, and couldn't find any syntax change. Regards, -- Daiki Ueno
