mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Merge pull request #27 from desolate-planet/develop
fixed I18n resource file lookup
This commit is contained in:
commit
a7409c25be
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
||||||
(merge
|
(merge
|
||||||
(i18n/get-messages
|
(i18n/get-messages
|
||||||
((:headers request) "accept-language")
|
((:headers request) "accept-language")
|
||||||
(.getAbsolutePath (cjio/file (io/resource-path) ".." "i18n"))
|
(str (clojure.java.io/resource "i18n/"))
|
||||||
"en-GB")
|
"en-GB")
|
||||||
config))
|
config))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue