snaplet-i18n: snaplet-i18n

[ bsd3, library, program, web ] [ Propose Tags ]

A light weight i18n snaplet.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.2.1, 0.0.3, 0.0.3.1, 0.0.4, 0.0.5, 0.1.0, 0.2.0
Dependencies base (>=4 && <5), bytestring, configurator, filepath, heist, lens, map-syntax, mtl, snap, snap-loader-static, snaplet-i18n, text, transformers, xmlhtml [details]
License BSD-3-Clause
Copyright Haisheng Wu
Author Haisheng,Wu
Maintainer freizl@gmail.com
Category Web
Home page https://github.com/HaskellCNOrg/snaplet-i18n
Source repo head: git clone git://github.com/HaskellCNOrg/snaplet-i18n.git
Uploaded by HaishengWu at 2017-02-02T20:00:37Z
Distributions NixOS:0.2.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables demo
Downloads 6623 total (24 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-02-02 [all 1 reports]

Readme for snaplet-i18n-0.2.0

[back to package description]

Build Status

snaplet-i18n

Snaplet for localize messages

Samples

  • Check usage at snaplets/heist/templates/index.tpl
  • Sample message files snaplets/i18n/*.cfg

Snaplet

TODO

  • maybe multiple locale support at run time.
  • use getDataDir to retrieve locale msg. snaplet tutorial