-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pie-cookie-banner): DSW-2184 cookie banner locale da (#1583)
* fix(pie-cookie-banner): DSW-2184 fixes da mapping in translation file and fr translation change * fix(pie-cookie-banner): DSW-2184 added link translation fix * fix(pie-cookie-banner): DSW-2184 adds en-fr and corrects translations in fr-fr
- Loading branch information
1 parent
ff65968
commit 58636fc
Showing
5 changed files
with
52 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@justeattakeaway/pie-cookie-banner": minor | ||
--- | ||
|
||
[Added] Mapping to correct DA translation instance while keeping the older one, fixed fr translation at the same time |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"banner": { | ||
"title": "Cookies", | ||
"description": "We use our own and third party cookies and other tech to enhance and personalise your user experience, optimize analytics, and show ads with third parties (read our <linkStatement>Statement</linkStatement>). Necessary cookies are always set. Select <linkNecessaryOnly>Continue without accepting</linkNecessaryOnly> to accept only essential trackers required for an optimal use of our platform. Click <linkManagePreferences>Manage preferences</linkManagePreferences> to share your preferences or <linkAcceptAll>Accept all</linkAcceptAll>.", | ||
"cta": { | ||
"managePreferences": "Manage preferences", | ||
"necessaryOnly": "Continue without accepting", | ||
"acceptAll": "Accept all" | ||
} | ||
}, | ||
"preferencesManagement": { | ||
"title": "Manage your preferences", | ||
"description": "You can find all the information in the <linkCookieStatement>Cookie Statement</linkCookieStatement> and <linkCookieTechList>Cookie technology list</linkCookieTechList>.", | ||
"all": { | ||
"title": "Turn all on" | ||
}, | ||
"necessary": { | ||
"title": "Necessary", | ||
"description": "These cookies are necessary to ensure that the website and its features function properly. Services you have asked for cannot be provided without these cookies." | ||
}, | ||
"functional": { | ||
"title": "Functional", | ||
"description": "These cookies allow the website to remember the choices you make to give you better functionality and personal features." | ||
}, | ||
"analytical": { | ||
"title": "Analytical", | ||
"description": "These analytical cookies, including statistics, are used to understand how visitors interact with the website and we can measure and improve the performance of our website." | ||
}, | ||
"personalized": { | ||
"title": "Personalised (targeting and advertising)", | ||
"description": "These marketing cookies are used to tailor the delivery of information to you based upon your interest and to measure the effectiveness of such advertisements, both on our website and our advertising partners' websites." | ||
}, | ||
"cta": { | ||
"save": { | ||
"label": "Save", | ||
"ariaLabel": "" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters