diff options
author | Bruno Haible <bruno@clisp.org> | 2003-04-29 10:12:15 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:24 +0200 |
commit | cde7e9fa958cdb60d1762921d4704c6b1c3e2504 (patch) | |
tree | d5003e47cbac8839b22dbf9ee20723b141a42472 /NEWS | |
parent | b6d32da76eb3a2aebea75850c5696c0122cfa385 (diff) | |
download | external_gettext-cde7e9fa958cdb60d1762921d4704c6b1c3e2504.zip external_gettext-cde7e9fa958cdb60d1762921d4704c6b1c3e2504.tar.gz external_gettext-cde7e9fa958cdb60d1762921d4704c6b1c3e2504.tar.bz2 |
Support Java .properties files as alternative syntax, like PO files.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -20,6 +20,13 @@ Version 0.12-pre1 - February 2003 C format strings in C++. This is needed for proper internationalization of C++ programs. + - Java + + All the tools that manipulate PO files can work with .properties files + as well, if given the --properties-input and/or --properties-output + option. To create a .properties file from a PO or POT file, use + "msgcat --properties-output". + - Smalltalk xgettext now also supports Smalltalk. |