[Java-gnome-developer] GNU gettext support for Java
Brought to you by:
afcowie
From: Bruno H. <br...@cl...> - 2003-12-01 14:36:08
|
Hi, The just-released GNU gettext 0.13 has improved support for Java programs: * 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". * An example demonstrating the use of GNU gettext with Java is shipped and installed at $prefix/share/doc/gettext/examples/hello-java. As such, GNU gettext is a translator friendly toolchain that integrates well with the Java ResourceBundles. URL: http://ftp.gnu.org/gnu/gettext/gettext-0.13.tar.gz Enjoy! Bruno |