From a65212083d71f557c27f52da56f3381465107626 Mon Sep 17 00:00:00 2001 From: Peter Gribanov Date: Tue, 30 Jul 2019 17:34:04 +0300 Subject: [PATCH] add default parameter "%locale%" --- gpslab/geoip2/1.1/manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gpslab/geoip2/1.1/manifest.json b/gpslab/geoip2/1.1/manifest.json index 1dd03011..0e2950be 100644 --- a/gpslab/geoip2/1.1/manifest.json +++ b/gpslab/geoip2/1.1/manifest.json @@ -2,6 +2,9 @@ "bundles": { "GpsLab\\Bundle\\GeoIP2Bundle\\GpsLabGeoIP2Bundle": ["all"] }, + "container": { + "locale": "en" + }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" },