[Haskell-cafe] Internationalization of Haskell code
Henning Thielemann
lemming at henning-thielemann.de
Fri Mar 27 19:39:12 EDT 2009
On Sat, 28 Mar 2009, Vasyl Pasternak wrote:
> In my blog http://progandprog.blogspot.com/2009/03/i18n-and-haskell.html,
> I've described
> process of internationalization Haskell programms using GNU GetText. I
> wrote hgettext tool and
> Text.I18N.GetText library to help with internationalization (latest sources on
> http://hgettext.googlecode.com/files/hgettext-0.1.2.tar.gz).
Thanks for working on that issue! The German translation is fine. I have
recently written a Wiki article on how to avoid IO in Haskell code without
resorting to unsafePerformIO where I incidentally chose gettext as an
example:
http://progandprog.blogspot.com/2009/03/i18n-and-haskell.html
More information about the Haskell-Cafe
mailing list