l10n: Enables providing localization as typeclass instances in separate files.

[ bsd3, library, text ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1 (info)
Dependencies base (<6), text (>=1 && <2), time (>=1.5 && <2) [details]
License BSD-3-Clause
Copyright 2016 Louis Pan
Author Louis Pan
Maintainer louis@pan.me
Category Text
Home page https://github.com/louispan/l10n#readme
Source repo head: git clone https://github.com/louispan/l10n
Uploaded by louispan at 2017-03-06T20:45:08Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1717 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-03-06 [all 1 reports]

Readme for l10n-0.1.0.1

[back to package description]

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.