Skip to content

Commit

Permalink
Merge branch 'master' into f-self-exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
m-axii authored Nov 22, 2023
2 parents 0432aa4 + 75b61fd commit 8ce9d78
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/components/organisms/f-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

v10.16.0
------------------------------
*November 15, 2023*

### Changed
- Added translations (which also enables) for corporate ordering links for ES & IT.


v10.15.0
------------------------------
*June 23, 2023*
Expand Down
2 changes: 1 addition & 1 deletion packages/components/organisms/f-header/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-header",
"description": "Fozzie Header - Globalised Header Component",
"version": "10.15.0",
"version": "10.16.0",
"main": "dist/f-header.umd.min.js",
"maxBundleSize": "46kB",
"files": [
Expand Down
5 changes: 5 additions & 0 deletions packages/components/organisms/f-header/src/tenants/es-ES.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,10 @@ export default {
currentCountryKey: 'es',
changeCurrentCountry: 'Estás en Just Eat España, haz clic aquí para cambiar país',
goBackToMainMenu: 'Vuelve al menú principal'
},
corporate: {
text: 'Pedidos para Empresas',
url: 'https://www.just-eat.es/business',
gtm: 'click_corporate_ordering'
}
};
5 changes: 5 additions & 0 deletions packages/components/organisms/f-header/src/tenants/it-IT.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,10 @@ export default {
currentCountryKey: 'it',
changeCurrentCountry: 'Sei sul sito Italiano, licca qui per cambiare stato',
goBackToMainMenu: 'Torna al menu principale'
},
corporate: {
text: 'Ordine aziendale',
url: 'https://www.justeat.it/business',
gtm: 'click_corporate_ordering'
}
};

0 comments on commit 8ce9d78

Please sign in to comment.