@hackage gettext-th0.1.0.0
gettext-th can internationlise a haskell program with gettext at compile time without runtime dependencies
Categories
License
BSD-3-Clause
Maintainer
mail@christoph-bauer.net
Links
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (7)
Dependents (1)
@hackage/reflex-dom-th
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.