This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU gettext support for GCC internal format strings


Hi,

The just-released GNU gettext 0.13 has added support for the kind of
format strings that occur in the GCC sources:

  * xgettext's --language option now supports the value "GCC-source". This
    is like --language=C, except that in this mode, xgettext recognizes the
    special kind of format strings used in the GCC sources and marks them
    as 'gcc-internal-format'. This allows 'msgfmt' to check that the translator
    provides a compatible format string as translation.

URL: http://ftp.gnu.org/gnu/gettext/gettext-0.13.tar.gz

Enjoy!

                                Bruno


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]