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 /gettext-tools/src/write-po.h | |
parent | b6d32da76eb3a2aebea75850c5696c0122cfa385 (diff) | |
download | gettext-cde7e9fa958cdb60d1762921d4704c6b1c3e2504.tar.gz |
Support Java .properties files as alternative syntax, like PO files.
Diffstat (limited to 'gettext-tools/src/write-po.h')
-rw-r--r-- | gettext-tools/src/write-po.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gettext-tools/src/write-po.h b/gettext-tools/src/write-po.h index 261a7840d..a1a81ef4b 100644 --- a/gettext-tools/src/write-po.h +++ b/gettext-tools/src/write-po.h @@ -48,6 +48,8 @@ extern void message_print_style_uniforum (void); extern void message_print_style_escape (bool flag); +extern void + message_print_syntax_properties (void); /* Output MDLP into a PO file with the given FILENAME, according to the parameters set by the functions above. */ |