summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-04-29 10:12:15 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:10:24 +0200
commitcde7e9fa958cdb60d1762921d4704c6b1c3e2504 (patch)
treed5003e47cbac8839b22dbf9ee20723b141a42472 /NEWS
parentb6d32da76eb3a2aebea75850c5696c0122cfa385 (diff)
downloadexternal_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--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c195c5d..8a518f1 100644
--- a/NEWS
+++ b/NEWS
@@ -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.