From e62c385735151d9581929c7a17ac6b7e759a15a3 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 1 Jun 2017 22:15:16 +0200 Subject: [PATCH] Install gettext on Heroku --- app.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.json b/app.json index 1c6a98b..f641eac 100644 --- a/app.json +++ b/app.json @@ -19,6 +19,9 @@ }, { "url": "heroku/php" + }, + { + "url": "https://github.com/piotras/heroku-buildpack-gettext.git" } ], "env": {