remove parameter "%locale%"

This commit is contained in:
Peter Gribanov
2019-07-30 17:47:39 +03:00
parent a65212083d
commit ffb3e9d156
2 changed files with 1 additions and 4 deletions
@@ -6,4 +6,4 @@ gpslab_geoip:
url: 'https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz'
# Get model data in this locale
locales: [ '%locale%' ]
locales: [ 'en' ]
-3
View File
@@ -2,9 +2,6 @@
"bundles": {
"GpsLab\\Bundle\\GeoIP2Bundle\\GpsLabGeoIP2Bundle": ["all"]
},
"container": {
"locale": "en"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},