Liking cljdoc? Tell your friends :D

kasta.i18n.scan


exec!clj

(exec! & cmd-and-args)
source

extract-stringsclj

(extract-strings file)
source

file->pathclj

(file->path file)
source

find-execlj

(find-exe exe)
source

get-filesclj

(get-files dir)
source

get-ns-aliasesclj

(get-ns-aliases ns-form)
source

msgmerge!clj

(msgmerge! po-target pot-source)
source

msgmerge-pathclj

source

msguniq!clj

(msguniq! pot-source)
source

msguniq-pathclj

source

parse!clj

(parse! file collect!)
source

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.
sourceraw 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).
sourceraw docstring

scan-codebase!clj

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

scan-filesclj

(scan-files dirs)
source

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.
sourceraw docstring

source-file?clj

(source-file? file)
source

SOURCE-REclj

source

update-codebase!clj

(update-codebase! dirs po-target)
source

visitorclj

(visitor c-form! form)
source

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

× close