From 8f64e0c454e01275ebba27bf724439d317eeb830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20J=C3=B6nsson?= Date: Thu, 5 Feb 2015 18:21:48 +0100 Subject: [PATCH] Initialize i18next library and load messages. --- .../src/main/webapp/WEB-INF/tags/footer.tag | 1 - .../src/main/webapp/WEB-INF/tags/header.tag | 5 +++++ .../src/main/webapp/resources/js/locale/en/messages.json | 5 +++++ .../src/main/webapp/resources/js/locale/sv/messages.json | 5 +++++ 4 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json create mode 100644 openid-connect-server-webapp/src/main/webapp/resources/js/locale/sv/messages.json diff --git a/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/footer.tag b/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/footer.tag index 1eb7739e0..0e7ec53aa 100644 --- a/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/footer.tag +++ b/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/footer.tag @@ -34,6 +34,5 @@ - diff --git a/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/header.tag b/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/header.tag index 7f95280f1..d746433c4 100644 --- a/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/header.tag +++ b/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/header.tag @@ -34,7 +34,12 @@ +