Fixed locales lang error on Heroku build platform

Starting from heroku 16 stack the language packs are not included by default: https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-locale

Signed-off-by: Luca Bognolo <git@bogny.eu>
This commit is contained in:
Luca Bognolo 2018-10-09 17:38:23 +02:00
parent 7f9b5e1e5e
commit 429bec66f2
No known key found for this signature in database
GPG Key ID: 99A80F6941A7F228
2 changed files with 12 additions and 0 deletions

9
.locales Normal file
View File

@ -0,0 +1,9 @@
en_US
de_DE
fr_FR
it_IT
nl_NL
pl_PL
pt_BR
ru_RU
tr_TR

View File

@ -51,6 +51,9 @@
"buildpacks": [ "buildpacks": [
{ {
"url": "heroku/php" "url": "heroku/php"
},
{
"url": "https://github.com/heroku/heroku-buildpack-locale"
} }
], ],
"env": { "env": {