Open GoogleCodeExporter opened 9 years ago
Here is a clearer way ---
1)
the commandline msgfmt utility supports converting po files to java resource
bundle files (see :
http://www.gnu.org/s/hello/manual/gettext/msgfmt-Invocation.html).
so the way would be to manage all the primary translations in PO (via
translate.bungeni.org ), add msgfmt to the xml-ui transform chain, and use the
resource bundles for translation in eXist.
2)
Add i18n message id translation into eXist as a pass-thru servlet filter[could
be outsourced ]
Original comment by ashok.ha...@gmail.com
on 3 Nov 2011 at 10:34
This script looks better :
https://raw.github.com/fileformat/lptools/master/po2prop.py
takes a PO file and outputs a well formatted java properties file
Original comment by ashok.ha...@gmail.com
on 10 Nov 2011 at 10:33
Original issue reported on code.google.com by
ashok.ha...@gmail.com
on 28 Oct 2011 at 1:44