diff options
author | Bruno Haible <bruno@clisp.org> | 2003-10-28 16:10:35 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:06 +0200 |
commit | 2f09ddb5c812f820b8d9f2cf521262fcbfc4732d (patch) | |
tree | 64b68ea17dd7a4d8e1050b5dc857a7cbce7b5944 /NEWS | |
parent | 06784fb7630f0d8511682df4d72e0e006e60e8b4 (diff) | |
download | external_gettext-2f09ddb5c812f820b8d9f2cf521262fcbfc4732d.zip external_gettext-2f09ddb5c812f820b8d9f2cf521262fcbfc4732d.tar.gz external_gettext-2f09ddb5c812f820b8d9f2cf521262fcbfc4732d.tar.bz2 |
Support for Qt message catalog format and Qt format strings.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -39,6 +39,14 @@ Version 0.12.2 - September 2003 special kind of format strings used in the GCC sources and marks them as 'gcc-internal-format'. + - C++ with Qt: + + xgettext has a new option --qt that triggers the recognition and marking + of Qt format strings. + + msgfmt has a new option --qt that generates binary message catalogs in + Qt's .qm format. + * Data formats support: - Glade: |