Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected] - Added/Enabled 'Corporate Ordering' for ES/IT #2368

Merged
merged 5 commits into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.15.1
oliversweb marked this conversation as resolved.
Show resolved Hide resolved
------------------------------
*Nov 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.15.1",
"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'
}
};
Loading