Internationalization of Haskell code

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). A bit later I plan to put it to hackage and wiki (waiting for account). -- Best regards, Vasyl Pasternak

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

2009/3/28 Henning Thielemann
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
Hi Henning, Did you mean to paste the link to the wiki here ? Thu

On Sat, Mar 28, 2009 at 12:20:04AM +0200, 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).
That's just plain awesome. It's getting harder to avoid success. -- Felipe.
participants (4)
-
Felipe Lessa
-
Henning Thielemann
-
minh thu
-
Vasyl Pasternak