Liking cljdoc? Tell your friends :D

automaton-core.i18n.missing-translation-report

Helper functions to test correctness of translation data including dictionaries

Helper functions to test correctness of translation data including dictionaries
raw docstring

key-with-missing-languagesclj/s

(key-with-missing-languages dictionary expected-languages key-exceptions)

Return a map with the path to a translation, with the list of existing languages key-exceptions is a sequence or set of all keys that should be excluded from the error list expected-languages is the languages the report is limited to

Return a map with the path to a translation, with the list of existing languages
key-exceptions is a sequence or set of all keys that should be excluded from the error list
`expected-languages` is the languages the report is limited to
raw docstring

language-reportclj/s

(language-report dictionary expected-languages)

For all keys of a dictionnary, return the list of languages set expected-languages is the languages sequence the report is limited to

For all keys of a dictionnary, return the list of languages set
`expected-languages` is the languages sequence the report is limited to
raw docstring

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

× close