blancas.kern.i18n

Support for a simple i18n scheme.

dfmt

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

di18n

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

fmt

(fmt k & more)
Formats a string with a key and more arguments.

i18n

(i18n k)(i18n k v)
Gets or sets the value for the supplied key.

i18n-merge

(i18n-merge m)
Merges m into the text map for customization.