Commit 801ea670 authored by Omer Cohen's avatar Omer Cohen Committed by GitHub
Browse files

Fix play.i18n.langs to LIST rather than a STRING

app crashes on startup because `play.i18n.langs has type STRING rather than LIST`
parent d05bfa30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ play.crypto.secret="ki:s:[[@=Ag?QI`W2jMwkY:eqvrJ]JqoJyi2axj3ZvOv^/KavOT4ViJSv?6Y

# The application languages
# ~~~~~
play.i18n.langs="en"
play.i18n.langs=["en"]

play.modules.enabled += "controllers.auth.Module"
play.modules.enabled += "elastic.ElasticModule"