-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Fix some translations #34892
Fix some translations #34892
Conversation
@ Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
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.
So many errors! Thanks for fixing them!
Co-authored-by: Ionatan Wiznia <[email protected]>
@iwiznia Updated! SInce you wanted me to refactor the amounts, it became a much larger PR 😄 |
@@ -1382,7 +1382,7 @@ export default { | |||
conditionsDetails: 'Find details and conditions for all fees and services by visiting', | |||
conditionsPhone: 'or calling +1 833-400-0904.', | |||
instant: '(instant)', | |||
electronicFundsInstantFeeMin: '(min $0.25)', | |||
electronicFundsInstantFeeMin: ({amount}: TermsParams) => `(min ${amount})`, |
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.
hmmmm should we call the amount formatter directly from here so you can just pass a number to this and not have to format it on every caller?
Can we even do that?
Applies to the rest too
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.
I can do it with CurrencyUtils.convertToDisplayString
but not with numberFormat
so I can change a few of them
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.
Hmm actually, it does not work unless I pass the locale to CurrencyUtils.convertToDisplayString
since it's not using useLocalize and so the locale is off.
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.
@iwiznia Do you want to complete the checklist or do you want me to add a C+ to test this as well?
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/iwiznia in version: 1.4.32-0 🚀
|
@pecanoro Could you please assist us in accessing the Terms and Services Page? After completing the Onfido flow, the user is unable to navigate to the Terms and Services Page. Recording.5952.mp4 |
Hmmm, it does show after completing Onfido but I think it didn't show because it got flagged for review. It says to check in a few minutes, so is that still what it is showing? |
@pecanoro Yes, it shows the message "Unfortunately your wallet cannot be enabled at this time." Can you verify this PR internally? |
@kbecciv Ahh got it, you can just check it off from the list and I will test it tomorrow. It's mostly copy changes so it should be fine. |
🚀 Deployed to production by https://github.com/francoisl in version: 1.4.32-5 🚀
|
When submitting a receipt the other day, I realized translation was wrong and so I fixed a few translations in the meantime.
Fixed Issues
$ None
PROPOSAL:
Tests
...
menuOffline tests
Same as Tests
QA Steps
Same as Tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop