Popularity
1.0
Declining
Activity
0.0
Stable
0
2
0

Monthly Downloads: 11
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Text    

l10n alternatives and similar packages

Based on the "Text" category.
Alternatively, view l10n alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of l10n or a related project?

Add another 'Text' Package

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.