Skip to content

Commit fa3295f

Browse files
author
FrancescoMauto
committed
[DSC-1786] add: missing i18n labels
1 parent 2a31ec8 commit fa3295f

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

src/assets/i18n/en.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,6 +2119,8 @@
21192119

21202120
"cookies.consent.app.title.google-recaptcha": "Google reCaptcha",
21212121

2122+
"cookies.consent.app.title.google-recaptcha-registration": "Google reCaptcha",
2123+
21222124
"cookies.consent.app.description.google-recaptcha": "We use google reCAPTCHA service during registration and password recovery",
21232125

21242126
"cookies.consent.app.title.matomo": "Matomo",
@@ -2131,6 +2133,8 @@
21312133

21322134
"cookies.consent.purpose.registration-password-recovery": "Registration and Password recovery",
21332135

2136+
"cookies.consent.purpose.feedback-form-submission": "Feedback form",
2137+
21342138
"cookies.consent.purpose.sharing": "Sharing",
21352139

21362140
"cookies.consent.app.title.plumX": "PlumX",

src/assets/i18n/it.json5

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3360,6 +3360,10 @@
33603360
// "cookies.consent.app.title.google-recaptcha": "Google reCaptcha",
33613361
"cookies.consent.app.title.google-recaptcha": "Google reCaptcha",
33623362

3363+
// "cookies.consent.app.title.google-recaptcha-registration": "Google reCaptcha",
3364+
"cookies.consent.app.title.google-recaptcha-registration": "Google reCaptcha",
3365+
3366+
33633367
// "cookies.consent.app.description.google-recaptcha": "We use google reCAPTCHA service during registration and password recovery",
33643368
"cookies.consent.app.description.google-recaptcha": "Utilizziamo il servizio Google reCAPTCHA nelle fasi di registrazione e recupero password",
33653369

@@ -3372,6 +3376,9 @@
33723376
// "cookies.consent.purpose.registration-password-recovery": "Registration and Password recovery",
33733377
"cookies.consent.purpose.registration-password-recovery": "Registrazione e recupero password",
33743378

3379+
// "cookies.consent.purpose.feedback-form-submission": "Feedback form",
3380+
"cookies.consent.purpose.feedback-form-submission": "Form di segnalazione",
3381+
33753382
// "cookies.consent.purpose.sharing": "Sharing",
33763383
"cookies.consent.purpose.sharing": "Condivisione",
33773384

0 commit comments

Comments
 (0)