From 382be8dae8d9678c9b72be2d1ab88879e390274b Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Mon, 10 Aug 2020 17:15:33 +0100 Subject: [PATCH] add locale config for travis executed in different zone --- src/app.config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.config.json b/src/app.config.json index c00724b1b..28448bcbd 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -17,6 +17,7 @@ "redirectUri": "/", "redirectUriLogout": "/logout" }, + "locale": "en", "application": { "name": "Alfresco Content Application", "version": "1.11.0",