l10n

Enables providing localization as typeclass instances in separate files.

https://github.com/louispan/l10n#readme

LTS Haskell 20.26:0.1.0.1
Stackage Nightly 2022-11-17:0.1.0.1
Latest on Hackage:0.1.0.1

See all snapshots l10n appears in

BSD-3-Clause licensed by Louis Pan
Maintained by [email protected]
This version can be pinned in stack with:l10n-0.1.0.1@sha256:5cb7306e08db141b55d410a18727a5a8a49d13e6e118998de32c93c8e7af5889,978

Module documentation for 0.1.0.1

Depends on 3 packages(full list with versions):

Hackage Build Status

A flexible of allowing localization via typeclass instances. This has benefits of providing translations in separate files (one file per locale). This also allow providing translations for new types without chaning existing code, by implementing the typeclass instance where the new types are defined.