Skip to content

Commit

Permalink
Language priority bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainer Simon committed Mar 6, 2018
1 parent b7ab40c commit a9974ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/application.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ play.http.secret.key = "changeme"

# The application languages
# ~~~~~
play.i18n.langs = [ "de", "el", "fa", "fr", "he", "it", "nl", "tr", "en" ]
play.i18n.langs = [ "en", "de", "el", "fa", "fr", "he", "it", "nl", "tr" ]

# Maximum size for file uploads
# ~~~~~
Expand Down

0 comments on commit a9974ea

Please sign in to comment.