snaplet-i18n: snaplet-i18n

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

A light weight i18n snaplet.


[Skip to Readme]

Modules

[Last Documentation]

  • Snap
    • Snaplet
      • Snap.Snaplet.I18N

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, 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 2016-12-15T22:01:57Z
Distributions NixOS:0.2.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables demo
Downloads 6635 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-15 [all 3 reports]

Readme for snaplet-i18n-0.1.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