Skip to content

Commit a91c3bd

Browse files
author
FrancescoMauto
committed
[DSC-1786] add: missing i18n labels
1 parent 41b8655 commit a91c3bd

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
@@ -2080,6 +2080,8 @@
20802080

20812081
"cookies.consent.app.title.google-recaptcha": "Google reCaptcha",
20822082

2083+
"cookies.consent.app.title.google-recaptcha-registration": "Google reCaptcha",
2084+
20832085
"cookies.consent.app.description.google-recaptcha": "We use google reCAPTCHA service during registration and password recovery",
20842086

20852087
"cookies.consent.app.title.matomo": "Matomo",
@@ -2092,6 +2094,8 @@
20922094

20932095
"cookies.consent.purpose.registration-password-recovery": "Registration and Password recovery",
20942096

2097+
"cookies.consent.purpose.feedback-form-submission": "Feedback form",
2098+
20952099
"cookies.consent.purpose.sharing": "Sharing",
20962100

20972101
"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
@@ -3357,6 +3357,10 @@
33573357
// "cookies.consent.app.title.google-recaptcha": "Google reCaptcha",
33583358
"cookies.consent.app.title.google-recaptcha": "Google reCaptcha",
33593359

3360+
// "cookies.consent.app.title.google-recaptcha-registration": "Google reCaptcha",
3361+
"cookies.consent.app.title.google-recaptcha-registration": "Google reCaptcha",
3362+
3363+
33603364
// "cookies.consent.app.description.google-recaptcha": "We use google reCAPTCHA service during registration and password recovery",
33613365
"cookies.consent.app.description.google-recaptcha": "Utilizziamo il servizio Google reCAPTCHA nelle fasi di registrazione e recupero password",
33623366

@@ -3377,6 +3381,9 @@
33773381
// "cookies.consent.purpose.registration-password-recovery": "Registration and Password recovery",
33783382
"cookies.consent.purpose.registration-password-recovery": "Registrazione e recupero password",
33793383

3384+
// "cookies.consent.purpose.feedback-form-submission": "Feedback form",
3385+
"cookies.consent.purpose.feedback-form-submission": "Form di segnalazione",
3386+
33803387
// "cookies.consent.purpose.sharing": "Sharing",
33813388
"cookies.consent.purpose.sharing": "Condivisione",
33823389

0 commit comments

Comments
 (0)