Support for a simple i18n scheme.
Support for a simple i18n scheme.
(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.
(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.
(fmt k & more)
Formats a string with a key and more arguments.
Formats a string with a key and more arguments.
(i18n k)
(i18n k v)
Gets or sets the value for the supplied key.
Gets or sets the value for the supplied key.
(i18n-merge m)
Merges m into the text map for customization.
Merges m into the text map for customization.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close