-
Notifications
You must be signed in to change notification settings - Fork 65
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
feat: migrate local strings to S3 #866
base: main
Are you sure you want to change the base?
Conversation
stateEmptyText: "State cannot be empty", | ||
ibanEmptyText: "IBAN cannot be empty", | ||
selectPaymentMethodText: "Please select a payment method and try again", | ||
achBankDebitTermsWeb: "Your ACH Debit Authorization will be set up now, but we'll confirm the amount and let you know before future payments are taken.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency, replace ach, becs, bacs terms with single text which is more readable and user friendly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't create seperate terms for web
| SV => Js.import(SwedishLocale.localeStrings) | ||
| RU => Js.import(RussianLocale.localeStrings) | ||
| ZH_HANT => Js.import(TraditionalChineseLocale.localeStrings) | ||
let baseUrl = switch ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create a utility function that can be used for states and countries in future
Type of Change
Description
Migrate local strings to S3
How did you test it?
I tested in local demo store.
Checklist
npm run re:build