From ff5f518c73a353bd06d935a81dacb7be53c56250 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 20 Apr 2019 12:39:45 +0200 Subject: [PATCH] ci(heroku): Install required locales See https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-locale --- .locales | 5 +++++ app.json | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .locales diff --git a/.locales b/.locales new file mode 100644 index 0000000..9dc089a --- /dev/null +++ b/.locales @@ -0,0 +1,5 @@ +en_US +fr_FR +es_ES +pt_BR +de_DE diff --git a/app.json b/app.json index 9aaf88c..848962c 100644 --- a/app.json +++ b/app.json @@ -11,6 +11,9 @@ "php" ], "buildpacks": [ + { + "url": "https://github.com/heroku/heroku-buildpack-locale" + }, { "url": "https://github.com/piotras/heroku-buildpack-gettext.git" },