Fixed bug in fetching the default language messages

This commit is contained in:
simon 2017-08-09 11:59:34 +01:00
parent d04facc35d
commit 24681cb019

View file

@ -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