@hackage localization1.0.1.20180226
Library for localization (l10n)
Categories
License
GPL-3.0-only
Maintainer
Julien Moutinho <julm+localization@autogeree.net>
Links
Versions
- 1.0.1.20180226 Tue, 27 Feb 2018
- 1.0.0.20180213 Wed, 14 Feb 2018
Installation
Tested Compilers
Dependencies (4)
- base >=4.10 && <5
- containers >=0.5
- text >=1.2
- transformers >=0.5 Show all…
Dependents (1)
@hackage/acme-everything
This is a library to manage localization (l10n) of messages according to some (builtin or user-defined) locales.
The type system ensures that each message has a localization for each of the wanted locales.
Messages can be declared using a data type or a type class,
and then rendered to the wanted output type, using localize
(resp. loqualize
).
For examples, see the source code of Data.Locale.Tutorial
.