Liking cljdoc? Tell your friends :D
Clojure only.

j18n.core

Provide some Clojure sugar for internationalisation using the usual Java infrastructure of ResourceBundles.

Provide some Clojure sugar for internationalisation using the usual
Java infrastructure of ResourceBundles.
raw docstring

resourceclj

(resource key)
(resource key bundle)

Look up the given key in the given bundle. A key is a fully qualified keyword. The namespace part of the keyword specifies the bundle. The name part of the keyword is finally looked up as the key in the bundle.

Optionally the bundle might be given explicitly as second argument. In that case the key may also be an unqualified keyword or a string.

Look up the given key in the given bundle. A key is a fully qualified
keyword. The namespace part of the keyword specifies the bundle. The name
part of the keyword is finally looked up as the key in the bundle.

Optionally the bundle might be given explicitly as second argument. In
that case the key may also be an unqualified keyword or a string.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close