@hackage gettext-th0.1.0.0

gettext-th can internationlise a haskell program with gettext at compile time without runtime dependencies

The gettext project provides a library and tools for internationalization and localization of software. gettext-th allows you to use the gettext tooling without adding any runtime dependencies because texts are exchanged at compile time. But this also means that you have an application per language.