Liking cljdoc? Tell your friends :D

kasta.i18n.scan


extract-stringsclj

(extract-strings file)

file->pathclj

(file->path file)

get-filesclj

(get-files dir)

get-ns-aliasesclj

(get-ns-aliases ns-form)

msgmerge!clj

(msgmerge! po-target pot-source)

msgmerge-pathclj


parse!clj

(parse! file collect!)

parse-reader-condclj

(parse-reader-cond form)

Either form is reader conditional and then a list of all forms (for any case) is returned or it is not and then a single item list is returned with a form.

Either form is reader conditional and then a list of all forms (for any case)
is returned or it is not and then a single item list is returned with a form.
raw docstring

reader-cond-unifierclj

(reader-cond-unifier form)

Looks into forms to parse reader conditional tags.

Unfortunately directly parsing reader conditionals does not work as you can't splice from inside, so you have to do your own loop (instead of relying on prewalk).

Looks into forms to parse reader conditional tags.

Unfortunately directly parsing reader conditionals does not work as you can't
splice from inside, so you have to do your own loop (instead of relying on
prewalk).
raw docstring

scan-codebase!clj

(scan-codebase! dirs
                &
                [{:keys [template-file]
                  :or {template-file "resources/i18n/template.pot"}}])

scan-filesclj

(scan-files dirs)

setup-nsclj

(setup-ns file ns-form)

Whole purpose of setup-ns is to return ns which contains necessary aliases so that ::ns/keyword will work.

Whole purpose of setup-ns is to return ns which contains necessary aliases so
that ::ns/keyword will work.
raw docstring

source-file?clj

(source-file? file)

SOURCE-REclj


update-codebase!clj

(update-codebase! dirs po-target)

visitorclj

(visitor c-form! form)

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

× close