Liking cljdoc? Tell your friends :D

tongue.core


build-dictsclj/s

(build-dicts dicts)
source

build-translateclj/s

(build-translate dicts)

Given dicts, builds translate function closed over these dicts:

(build-translate dicts) => ( [locale key & args] => string )

Given dicts, builds translate function closed over these dicts:

(build-translate dicts) => ( [locale key & args] => string )
sourceraw docstring

format-argumentclj/s

(format-argument dicts locale x)
source

format-inst-isoclj/s

source

IInterpolateclj/sprotocol

interpolate-namedclj/s

(interpolate-named v dicts locale interpolations)

Interpolate the value v with named interpolations in the provided map.

Interpolate the value `v` with named `interpolations` in the provided map.

interpolate-positionalclj/s

(interpolate-positional v dicts locale interpolations)

Interpolate the value v with positional interpolations in the provided vector.

Interpolate the value `v` with positional `interpolations` in the provided vector.
source

inst-formatterclj/s

source

number-formatterclj/s

source

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

× close