ci(heroku): Install required locales

See https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-locale
This commit is contained in:
Pierre Rudloff 2019-04-20 12:39:45 +02:00
parent 4b92015063
commit ff5f518c73
2 changed files with 8 additions and 0 deletions

5
.locales Normal file
View File

@ -0,0 +1,5 @@
en_US
fr_FR
es_ES
pt_BR
de_DE

View File

@ -11,6 +11,9 @@
"php"
],
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-locale"
},
{
"url": "https://github.com/piotras/heroku-buildpack-gettext.git"
},