diff --git a/project.clj b/project.clj index 9317f44..4145631 100644 --- a/project.clj +++ b/project.clj @@ -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}) diff --git a/src/scot/weft/i18n/core.clj b/src/scot/weft/i18n/core.clj index 9187eea..bd335b5 100644 --- a/src/scot/weft/i18n/core.clj +++ b/src/scot/weft/i18n/core.clj @@ -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))