Merge pull request #1775 from BoGnY/develop

Fixed locales lang error on Heroku build platform
This commit is contained in:
James Cole 2018-10-10 06:06:02 +02:00 committed by GitHub
commit 160e57bfde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": [
{
"url": "heroku/php"
},
{
"url": "https://github.com/heroku/heroku-buildpack-locale"
}
],
"env": {