Fixed bug in fetching the default language messages
This commit is contained in:
parent
d04facc35d
commit
24681cb019
|
@ -148,7 +148,10 @@
|
|||
(slurp
|
||||
(or
|
||||
file-path
|
||||
(str resource-path default-locale ".edn"))))))
|
||||
(.getAbsolutePath
|
||||
(io/file
|
||||
resource-path
|
||||
(str default-locale ".edn"))))))))
|
||||
|
||||
|
||||
(def get-messages
|
||||
|
|
Loading…
Reference in a new issue