fixed I18n resource file lookup

This commit is contained in:
stephen munro 2017-09-01 22:37:32 +01:00
parent a0a56bd61b
commit b6454a81df

View file

@ -58,7 +58,7 @@
(merge
(i18n/get-messages
((:headers request) "accept-language")
(.getAbsolutePath (cjio/file (io/resource-path) ".." "i18n"))
(str (clojure.java.io/resource "i18n/"))
"en-GB")
config))