From a1d36cbd5f8d8e40c74f07a2cbaf450e05fd960b Mon Sep 17 00:00:00 2001 From: casaqori Date: Tue, 17 Mar 2020 21:48:03 +0100 Subject: [PATCH 1/5] Update de.yaml Hint does not exist in german Notiz is usually something you've written down to remember yourself of it - but the context anticipated here supposedly is to give additional advice --- i18n/de.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/de.yaml b/i18n/de.yaml index 3068876..339878d 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -1,8 +1,8 @@ - id: warning translation: "Warnung" - id: note - translation: "Notiz" + translation: "Anmerkung" - id: info translation: "Info" - id: tip - translation: "Hint" + translation: "Hinweis" From bf127faf95cd93b62b511a145ab85469086479bb Mon Sep 17 00:00:00 2001 From: casaqori Date: Tue, 17 Mar 2020 21:49:54 +0100 Subject: [PATCH 2/5] Update en.yaml Tip is the money you give to a waiter after a delicious dinner --- i18n/en.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.yaml b/i18n/en.yaml index cdfd8ac..7d7b7ed 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -5,4 +5,4 @@ - id: info translation: "Info" - id: tip - translation: "Tip" + translation: "Hint" From b996fe413c7316d61eebc62321ffe0c5a914ad5b Mon Sep 17 00:00:00 2001 From: casaqori Date: Tue, 17 Mar 2020 21:55:15 +0100 Subject: [PATCH 3/5] Create es.yml spanish translation :) --- i18n/es.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 i18n/es.yml diff --git a/i18n/es.yml b/i18n/es.yml new file mode 100644 index 0000000..0382479 --- /dev/null +++ b/i18n/es.yml @@ -0,0 +1,8 @@ +- id: warning + translation: "Aviso" +- id: note + translation: "Nota" +- id: info + translation: "Información" +- id: tip + translation: "Consejo" From 0e78076f2ae778b2253d6ee71eca20e7556efe23 Mon Sep 17 00:00:00 2001 From: casaqori Date: Tue, 17 Mar 2020 21:55:36 +0100 Subject: [PATCH 4/5] Rename es.yml to es.yaml --- i18n/{es.yml => es.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename i18n/{es.yml => es.yaml} (100%) diff --git a/i18n/es.yml b/i18n/es.yaml similarity index 100% rename from i18n/es.yml rename to i18n/es.yaml From 024d02f7a1218b6dd02809e83d532f82ec3d3a38 Mon Sep 17 00:00:00 2001 From: casaqori Date: Sun, 22 Mar 2020 09:15:22 +0100 Subject: [PATCH 5/5] Update i18n/en.yaml Tip instead of Hint, as in "Tips & Tricks" but not "tip the waiter" Co-Authored-By: Nicolas Martignoni --- i18n/en.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.yaml b/i18n/en.yaml index 7d7b7ed..cdfd8ac 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -5,4 +5,4 @@ - id: info translation: "Info" - id: tip - translation: "Hint" + translation: "Tip"