Merge branch 'release/1.0.1'
This commit is contained in:
commit
ee65bf2ec0
|
@ -1,4 +1,4 @@
|
||||||
(defproject org.clojars.simon_brooke/internationalisation "1.0.0"
|
(defproject org.clojars.simon_brooke/internationalisation "1.0.1"
|
||||||
:description "Internationalisation library for Clojure"
|
:description "Internationalisation library for Clojure"
|
||||||
:url "https://github.com/simon-brooke/internationalisation"
|
:url "https://github.com/simon-brooke/internationalisation"
|
||||||
:license {:name "Eclipse Public License"
|
:license {:name "Eclipse Public License"
|
||||||
|
|
|
@ -148,7 +148,10 @@
|
||||||
(slurp
|
(slurp
|
||||||
(or
|
(or
|
||||||
file-path
|
file-path
|
||||||
(str resource-path default-locale ".edn"))))))
|
(.getAbsolutePath
|
||||||
|
(io/file
|
||||||
|
resource-path
|
||||||
|
(str default-locale ".edn"))))))))
|
||||||
|
|
||||||
|
|
||||||
(def get-messages
|
(def get-messages
|
||||||
|
|
Loading…
Reference in a new issue