-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/L3-410 Chinese translations fixes #46
Conversation
✅ Deploy Preview for phillips-seldon ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
This looks great. Will we be updating this file for all features and bug fixes going forward?
@@ -56,6 +60,9 @@ export const i18n = { | |||
viewingDatesLabel: '_viewingDatesLabel_', | |||
viewingHours1Label: '_viewingHours1Label_', | |||
viewingHours2Label: '_viewingHours2Label_', | |||
emailLabel: '_emailLabel_', |
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 these i18n constants what is the purpose of the leading and trailing underscores?
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.
To differentiate between the normal text and a "translated" text.
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.
Looks great to me. No issues. Just curiosity on my part 😆
Closes #L3-410
Summary
Change List (describe the changes made to the files)
emaiLabel
emailLinkLabel
emailToggleLabel
previewToggleLabel
Acceptance Test (how to verify the PR)
previewToggleLabel
should read "Additional Hours"Things to look for during review
phillips
class prefix is using the prefix variabledata-testid
attribute.