diff --git a/webapp/src/main/webapp/WEB-INF/gatein-resources.xml b/webapp/src/main/webapp/WEB-INF/gatein-resources.xml
index efaa7d0840f..8d16b3a5ccb 100644
--- a/webapp/src/main/webapp/WEB-INF/gatein-resources.xml
+++ b/webapp/src/main/webapp/WEB-INF/gatein-resources.xml
@@ -2797,6 +2797,7 @@
(function() {
/js/lib/vue-i18n.min.js
+ window.VueI18n = VueI18n;
return VueI18n;
})();
@@ -2811,7 +2812,21 @@
vueGRP
diff --git a/webapp/src/main/webapp/WEB-INF/jsp/portlet/spacesList.jsp b/webapp/src/main/webapp/WEB-INF/jsp/portlet/spacesList.jsp
index ae75010fdf8..e3a939cf8d6 100644
--- a/webapp/src/main/webapp/WEB-INF/jsp/portlet/spacesList.jsp
+++ b/webapp/src/main/webapp/WEB-INF/jsp/portlet/spacesList.jsp
@@ -58,7 +58,7 @@
<% } else { %>
<% } %>
\ No newline at end of file
diff --git a/webapp/src/main/webapp/WEB-INF/jsp/portlet/whoIsOnline.jsp b/webapp/src/main/webapp/WEB-INF/jsp/portlet/whoIsOnline.jsp
index fdd5d768ce0..6a5222b3ab6 100644
--- a/webapp/src/main/webapp/WEB-INF/jsp/portlet/whoIsOnline.jsp
+++ b/webapp/src/main/webapp/WEB-INF/jsp/portlet/whoIsOnline.jsp
@@ -59,7 +59,7 @@
<% } else { %>
<% } %>
\ No newline at end of file
diff --git a/webapp/src/main/webapp/groovy/social/webui/UITopbarApplicationsContainer.gtmpl b/webapp/src/main/webapp/groovy/social/webui/UITopbarApplicationsContainer.gtmpl
index e3ceb8f39f8..8193b9a0034 100644
--- a/webapp/src/main/webapp/groovy/social/webui/UITopbarApplicationsContainer.gtmpl
+++ b/webapp/src/main/webapp/groovy/social/webui/UITopbarApplicationsContainer.gtmpl
@@ -42,7 +42,7 @@
def child = uicomponent.getChildById(application.getId());
if (child != null && child.isRendered()) {
%>
-