@hackage / l10n

Enables providing localization as typeclass instances in separate files.

Latest0.1.0.1

About

Metadata

  • Last updated , by louispan
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: louis@pan.me

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 7.10.3

Readme

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.