Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 2.17 KB

README.md

File metadata and controls

70 lines (48 loc) · 2.17 KB
Taoensso open-source

CHANGELOG | API | current Break Version:

[com.taoensso/tempura "1.0.0-RC1"]

Please consider helping to support my continued open-source Clojure/Script work?

Even small contributions can add up + make a big difference to help sustain my time writing, maintaining, and supporting Tempura and other Clojure/Script libraries. Thank you!

- Peter Taoussanis

Tempura

Pure Clojure/Script i18n translations library

TODO ; docs

Quickstart

Add the necessary dependency to your project:

[com.taoensso/tempura "1.0.0-RC1"]

And setup your namespace imports:

(def my-clj-or-cljs-ns
  (:require [taoensso.tempura :as tempura :refer [tr]]))

FAQ

TODO ; Docs

Contacting me / contributions

Please use the project's GitHub issues page for all questions, ideas, etc. Pull requests welcome. See the project's GitHub contributors page for a list of contributors.

Otherwise, you can reach me at Taoensso.com. Happy hacking!

- Peter Taoussanis

License

Distributed under the EPL v1.0 (same as Clojure).
Copyright © 2016 Peter Taoussanis.