Added automatic deployment to clojars (?)
This commit is contained in:
parent
9260c7b553
commit
9ac9050cfd
|
@ -6,4 +6,5 @@
|
|||
:dependencies [[org.clojure/clojure "1.7.0"]
|
||||
[com.taoensso/timbre "4.10.0"]
|
||||
[instaparse "1.4.7"]]
|
||||
:plugins [[lein-codox "0.10.3"]])
|
||||
:plugins [[lein-codox "0.10.3"]]
|
||||
:lein-release {:deploy-via :clojars})
|
||||
|
|
|
@ -166,7 +166,7 @@
|
|||
`default-locale` should be a locale specifier to use if no acceptable locale can be
|
||||
identified.
|
||||
|
||||
Returns a map of message keys to strings."
|
||||
Returns a map of message keys to strings.; if no useable file is found, returns nil."
|
||||
(memoize raw-get-messages))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue