Dear international Clojurians,

I'd like to announce j18n. A small wrapper around ResourceBundles to provide 
easy internationalization of Clojure applications. j18n will power the i18n 
features of the upcoming seesaw release.

The interface consits (at the moment) of a single function: resource. (resource 
::my-message) will look up the key "my-message" in the ResourceBundle of the 
current namespace.

Further enhancements like MessageFormat or specifying resources in clojure 
syntax are planned for the next releases.

Code: http://bitbucket.org/kotarak/j18n
Library on clojars: [j18n "1.0.0"]

Sincerely
Meikel

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to