Fixed bug in fetching the default language messages
This commit is contained in:
parent
d04facc35d
commit
24681cb019
|
@ -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