From 735e5d8fdba288c35529377f1c0c763c2d6e352f Mon Sep 17 00:00:00 2001
From: =?utf8?q?Rapha=C3=ABl=20Gertz?= <git@rapsys.eu>
Date: Fri, 25 Oct 2019 19:02:36 +0200
Subject: [PATCH] Add manifest.json

---
 manifest.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/manifest.json b/manifest.json
index cde9fb5..865f011 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,6 +2,9 @@
 	"bundles": {
 		"Rapsys\\AirBundle": ["all"]
 	},
+	"container": {
+		"locale": "en"
+	},
 	"copy-from-recipe": {
 		"config/": "%CONFIG_DIR%/"
 	}
-- 
2.41.3