From fbb63b0432f0736efe2ccf19546c0bd681db6bad Mon Sep 17 00:00:00 2001
From: Tiago Pinho <35295254+tiagoppinho@users.noreply.github.com>
Date: Thu, 10 Jan 2019 15:26:11 +0000
Subject: [PATCH] Ensure resource bundle loading in UTF-8 DTHM-1 #resolve (#6)
---
pom.xml | 2 +-
.../resources/resources/DotThemeResources_en.properties | 1 +
.../resources/resources/DotThemeResources_pt.properties | 9 +++++----
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3786b9d..eee8d26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.fenixedu
web-library-project
- 2.2.0
+ 2.5.2
pt.ist
diff --git a/src/main/resources/resources/DotThemeResources_en.properties b/src/main/resources/resources/DotThemeResources_en.properties
index fe2d457..31be200 100644
--- a/src/main/resources/resources/DotThemeResources_en.properties
+++ b/src/main/resources/resources/DotThemeResources_en.properties
@@ -1,3 +1,4 @@
+# 🔥🔥🔥🔥🔥 This comment is here to force utf-8 🔥🔥🔥🔥🔥
label.username = Username
label.password = Password
label.settings = Configuration
diff --git a/src/main/resources/resources/DotThemeResources_pt.properties b/src/main/resources/resources/DotThemeResources_pt.properties
index e728901..c39a3a7 100644
--- a/src/main/resources/resources/DotThemeResources_pt.properties
+++ b/src/main/resources/resources/DotThemeResources_pt.properties
@@ -1,9 +1,10 @@
+# 🔥🔥🔥🔥🔥 This comment is here to force utf-8 🔥🔥🔥🔥🔥
label.username = Utilizador
label.password = Password
-label.settings = Configuração
+label.settings = Configuração
label.login = Entrar
label.logout = Sair
-pt_PT = Português
-en_GB = Inglês (GB)
-en_US = Inglês (US)
\ No newline at end of file
+pt_PT = Português
+en_GB = Inglês (GB)
+en_US = Inglês (US)
\ No newline at end of file