From 8a6e2954620cfd207d0fee28c21c30b2abb89e63 Mon Sep 17 00:00:00 2001 From: frascu Date: Tue, 6 Sep 2022 10:51:09 +0200 Subject: [PATCH] add en and it translation for cookie --- i18n/en.yaml | 12 ++++++++++++ i18n/it.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/i18n/en.yaml b/i18n/en.yaml index 3a1e2151..075d066a 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -31,3 +31,15 @@ - id: code_copied translation: "copied!" + +- id: cookie_approve + translation: "Approve" + +- id: cookie_deny + translation: "Deny" + +- id: cookie_more_info + translation: "More Info" + +- id: cookie_message + translation: "We would like to use third party cookies and scripts to improve the functionality of this website." \ No newline at end of file diff --git a/i18n/it.yaml b/i18n/it.yaml index b81d85b3..3520bb33 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -36,4 +36,4 @@ translation: "Più Info" - id: cookie_message - translation: "Vorrei utilizzare cookie e script di terze parti per migliorare la funzionalità di questo sito web." \ No newline at end of file + translation: "Vorremmo utilizzare cookie e script di terze parti per migliorare la funzionalità di questo sito web." \ No newline at end of file