Skip to content

Commit

Permalink
[NIKE] - Add more locales
Browse files Browse the repository at this point in the history
  • Loading branch information
rtunazzz committed Aug 19, 2021
1 parent 31fc58c commit 274d932
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,11 @@
"wishlist_url": "https://api.nike.com/buy/list_items/v1/",
"wishlist_redirect_url": "https://nike.com/pl/cart"
},
"pt": {
"display_name": "Portugal",
"wishlist_url": "https://api.nike.com/buy/list_items/v1/",
"wishlist_redirect_url": "https://nike.com/pt/cart"
},
"cz": {
"display_name": "Czech Republic",
"wishlist_url": "https://api.nike.com/buy/list_items/v1/",
Expand All @@ -242,6 +247,16 @@
"display_name": "France",
"wishlist_url": "https://api.nike.com/buy/list_items/v1/",
"wishlist_redirect_url": "https://nike.com/fr/cart"
},
"mx": {
"display_name": "Mexico",
"wishlist_url": "https://api.nike.com/buy/list_items/v1/",
"wishlist_redirect_url": "https://nike.com/mx/cart"
},
"au": {
"display_name": "Australia",
"wishlist_url": "https://api.nike.com/buy/list_items/v1/",
"wishlist_redirect_url": "https://nike.com/au/cart"
}
}
}
Expand Down

0 comments on commit 274d932

Please sign in to comment.