Hi all, in the past months I´ve been working on internationalization (i18n) of two Java programs ([jchempaint|jmol].sf.net) using the Java native mechanism, i.e. with ResourceBundle´s...
However, in the future I want to use the gettext mechanism, using .po files, so that translators can use special tools for their job, like KBabel... The gettext webpage (http://www.gnu.org/manual/gettext/html_chapter/gettext_13.html#SEC205) describes how one can do that, but in any case, one needs the libintl.jar in the gettext package. About this I have two questions: - is there any Debian package which uses Java-gettext? - and, does anyone know where I can find the libintl.jar in Debian? About the latter, I´ve looked at packages.d.o, but the server does not *know* that file... kind regards, Egon