The README represents an early draft before simplicity ensued :)

FWIW, here's how it's used in Seesaw:
https://github.com/daveray/seesaw/wiki/Resource-bundles-and-i18n

Dave

On Sun, Sep 4, 2011 at 3:51 PM, Laurent PETIT <laurent.pe...@gmail.com> wrote:
> Interesting!
> I don't see the link between the README page and the currrent state of the
> API, though. Is the README ahead of time, or is the design it is describing
> an intermediate state which should be removed ?
> Cheers,
> --
> Laurent
> 2011/9/4 Meikel Brandmeyer <m...@kotka.de>
>>
>> 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
>
> --
> 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

-- 
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