From 65d0caa20ad5647ae1e8b8250808b0f430c24d8d Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Thu, 1 Aug 2019 11:07:57 +0200 Subject: [PATCH] Use UTF-8 encoding in i18n files --- ui5.yaml | 3 +++ webapp/i18n/i18n_de.properties | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ui5.yaml b/ui5.yaml index 1544b5a0f..bdfbac7c9 100644 --- a/ui5.yaml +++ b/ui5.yaml @@ -2,3 +2,6 @@ specVersion: '1.0' metadata: name: openui5-sample-app type: application +resources: + configuration: + propertiesFileSourceEncoding: "UTF-8" diff --git a/webapp/i18n/i18n_de.properties b/webapp/i18n/i18n_de.properties index 6ed52ca04..9d63f8534 100644 --- a/webapp/i18n/i18n_de.properties +++ b/webapp/i18n/i18n_de.properties @@ -1,5 +1,5 @@ TITLE=Todos INPUT_PLACEHOLDER=Was muss getan werden? -ITEM_LEFT=Eintrag \u00fcbrig -ITEMS_LEFT=Eintr\u00e4ge \u00fcbrig -CLEAR_COMPLETED=Erledigte Eintr\u00e4ge entfernen +ITEM_LEFT=Eintrag übrig +ITEMS_LEFT=Einträge übrig +CLEAR_COMPLETED=Erledigte Einträge entfernen