From 69a21a733e3f151c7e4204e953f834e366130fea Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Fri, 23 Aug 2024 09:02:36 +0100 Subject: [PATCH] feat: Retrieve Resource Bundle from extension context instead of Monolith - MEED-7237 - Meeds-io/MIPs#134 (#65) This change will allow to request the resource bundle from extension context using declared as a filter in the file. --- war/src/main/webapp/WEB-INF/web.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/war/src/main/webapp/WEB-INF/web.xml b/war/src/main/webapp/WEB-INF/web.xml index 3f71a625..59c294bc 100644 --- a/war/src/main/webapp/WEB-INF/web.xml +++ b/war/src/main/webapp/WEB-INF/web.xml @@ -37,6 +37,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *.css *.js *.html + /i18n/* /images/*