Skip to content

Commit

Permalink
v0.22.0 - Add template resources for en-AU and en-NZ (#36)
Browse files Browse the repository at this point in the history
Add missing template resources for the en-AU and en-NZ locales.
  • Loading branch information
martincostello authored and ashleynolan committed Apr 11, 2018
1 parent 6bbc4cc commit 2eee2d5
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,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).

v0.22.0
------------------------------
*April 11, 2018*

### Added
- Added localisation for en-AU and en-NZ.


v0.21.3
------------------------------
*April 11, 2018*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-header",
"description": "Fozzie Header – Header Component for Just Eat projects",
"version": "0.21.3",
"version": "0.22.0",
"main": "dist/js/index.js",
"files": [
"dist",
Expand Down
28 changes: 28 additions & 0 deletions src/templates/resources/header.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@
"paymentMethods": "",
"deliveryAddresses": "Leveringsadresse"
},
"en-AU": {
"companyName": "Menulog",
"openMenuText": "Open Menu",
"loginLinkText": "Log-in",
"loginNoScriptLinkText": "Account",
"helpLinkText": "Help",
"logoutLinkText": "Log out",
"skipToMainContentText": "Skip to main content",
"accountInfo": "Account info",
"accountOrderHistory": "Orders",
"accountCredit": "Account credit",
"paymentMethods": "Payment methods",
"deliveryAddresses": "Delivery addresses"
},
"en-CA": {
"companyName": "Just Eat",
"openMenuText": "Open Menu",
Expand Down Expand Up @@ -72,6 +86,20 @@
"paymentMethods": "",
"deliveryAddresses": "Direcciones de reparto"
},
"en-NZ": {
"companyName": "Menulog",
"openMenuText": "Open Menu",
"loginLinkText": "Log-in",
"loginNoScriptLinkText": "Account",
"helpLinkText": "Help",
"logoutLinkText": "Log out",
"skipToMainContentText": "Skip to main content",
"accountInfo": "Account info",
"accountOrderHistory": "Orders",
"accountCredit": "Account credit",
"paymentMethods": "Payment methods",
"deliveryAddresses": "Delivery addresses"
},
"fr-CA": {
"companyName": "Just Eat",
"openMenuText": "",
Expand Down

0 comments on commit 2eee2d5

Please sign in to comment.