Skip to content

Commit 4d4d8f9

Browse files
committed
replace deprecated langs value
1 parent b73638a commit 4d4d8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ play.crypto.secret=${?APPLICATION_SECRET}
99

1010
# The application languages
1111
# ~~~~~
12-
application.langs="en"
12+
play.i18n.langs=["en"]
1313

1414
google.analytics.id=${?GOOGLE_ANALYTICS_ID}
1515

0 commit comments

Comments
 (0)