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 (>=0.9 && <1.0), configurator (>=0.2 && <0.3), filepath (>=1.2 && <1.4), heist (>=0.10 && <0.14), lens (>=3.7.0.1 && <3.8), snap (>=0.10 && <0.14), snap-loader-static (>=0.9 && <0.11), snaplet-i18n, text (>=0.11 && <1.2), xmlhtml (>=0.2) [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 2014-06-07T05:21:08Z
Distributions NixOS:0.2.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables demo
Downloads 6635 total (22 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for snaplet-i18n-0.0.5

[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