Liking cljdoc? Tell your friends :D

blancas.kern.i18n

Support for a simple i18n scheme.

Support for a simple i18n scheme.
raw docstring

dfmtclj

(dfmt k & more)

Returns a Delay instance with a string formatted with a key and more arguments. Useful in (def)'ed expressions that evaluate too soon.

Returns a Delay instance with a string formatted with a key and more
arguments. Useful in (def)'ed expressions that evaluate too soon.
sourceraw docstring

di18nclj

(di18n k)

Returns a Delay instance with the value for the supplied key. Useful in (def)'ed expressions that evaluate too soon.

Returns a Delay instance with the value for the supplied key.
Useful in (def)'ed expressions that evaluate too soon.
sourceraw docstring

fmtclj

(fmt k & more)

Formats a string with a key and more arguments.

Formats a string with a key and more arguments.
sourceraw docstring

i18nclj

(i18n k)
(i18n k v)

Gets or sets the value for the supplied key.

Gets or sets the value for the supplied key.
sourceraw docstring

i18n-mergeclj

(i18n-merge m)

Merges m into the text map for customization.

Merges m into the text map for customization.
sourceraw docstring

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

× close