Fixed bug in fetching the default language messages
This commit is contained in:
parent
d04facc35d
commit
24681cb019
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue