Skip to content

Commit

Permalink
Add zustand (saleor#646)
Browse files Browse the repository at this point in the history
Fixes #640

Co-authored-by: Michał Miszczyszyn <[email protected]>
  • Loading branch information
Magdalena Markusik and typeofweb authored Dec 2, 2022
1 parent 020a306 commit 21c70ed
Show file tree
Hide file tree
Showing 42 changed files with 19,851 additions and 11,102 deletions.
28 changes: 4 additions & 24 deletions packages/checkout-storefront/content/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -1487,10 +1487,6 @@
"developer_comment": "login - email inactive error",
"string": "Account with provided email is inactive"
},
"useAlerts/messages/Em5uvP": {
"developer_comment": "checkout finalize - shipping address invalid error",
"string": "Please fill in a valid shipping address before finalizing checkout"
},
"useAlerts/messages/EwTHLm": {
"developer_comment": "reset password - token invalid error",
"string": "Provided reset password token is expired or invalid"
Expand Down Expand Up @@ -1523,14 +1519,6 @@
"developer_comment": "checkout email update - email required error",
"string": "Email cannot be empty"
},
"useAlerts/messages/b1SQCj": {
"developer_comment": "checkout finalize payment provider required error",
"string": "Please select a payment method before finalizing checkout"
},
"useAlerts/messages/cRtX18": {
"developer_comment": "checkout finalize - email invalid error",
"string": "Please provide valid email before finalizing checkout"
},
"useAlerts/messages/dCkgOw": {
"developer_comment": "checkout finalize password required error",
"string": "Please set user password before finalizing checkout"
Expand All @@ -1555,10 +1543,6 @@
"developer_comment": "checkout pay - shipping method not set error",
"string": "Please choose delivery method before finalizing checkout"
},
"useAlerts/messages/kiBZQ6": {
"developer_comment": "please provide a valid billing address before finalizing",
"string": "Please provide a valid billing address before finalizing"
},
"useAlerts/messages/mJ81Pa": {
"developer_comment": "user register - password too short error",
"string": "Provided password is too short"
Expand All @@ -1567,18 +1551,10 @@
"developer_comment": "login - invalid credentials error",
"string": "Invalid credentials provided to login"
},
"useAlerts/messages/ow9nan": {
"developer_comment": "please provide a valid shipping address before finalizing checkout",
"string": "Please provide a valid shipping address before finalizing checkout"
},
"useAlerts/messages/oyFho2": {
"developer_comment": "checkout lines update - insufficient stock error",
"string": "Couldn't update line - insufficient stock in warehouse"
},
"useAlerts/messages/rVGqj8": {
"developer_comment": "checkout finalize email required error",
"string": "Please provide a valid email before finalizing checkout"
},
"useAlerts/messages/uc7gzX": {
"developer_comment": "user address update - postal code invalid error",
"string": "Invalid postal code provided to address form"
Expand Down Expand Up @@ -1611,6 +1587,10 @@
"developer_comment": "value must be unique",
"string": "Value must be unique"
},
"useErrorMessages/messages/Hz38OL": {
"developer_comment": "password must be at least 8 characters",
"string": "Password must be at least 8 characters"
},
"useErrorMessages/messages/OOj8Aa": {
"developer_comment": "insufficient stock",
"string": "Not enough of chosen item in stock."
Expand Down
Loading

0 comments on commit 21c70ed

Please sign in to comment.