-
Notifications
You must be signed in to change notification settings - Fork 3k
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: Use localized message for split requests in LHN #29263
fix: Use localized message for split requests in LHN #29263
Conversation
Signed-off-by: Pavlo Tsimura <[email protected]>
@aimane-chnaif 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] |
src/languages/es.ts
Outdated
@@ -526,7 +526,7 @@ export default { | |||
payElsewhere: 'Pagar de otra forma', | |||
requestAmount: ({amount}: RequestAmountParams) => `solicitar ${amount}`, | |||
requestedAmount: ({formattedAmount, comment}: RequestedAmountMessageParams) => `solicité ${formattedAmount}${comment ? ` para ${comment}` : ''}`, | |||
splitAmount: ({amount}: SplitAmountParams) => `dividir ${amount}`, | |||
splitAmount: ({amount, comment}: SplitAmountParams) => `dividir ${amount}${comment ? ` para ${comment}` : ''}`, |
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.
@aimane-chnaif I have modified this copy, but the format is identical to the already existing one above, requestedAmount
.
Should I still request the translation approval here?
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.
yes, please request. it's same split
in English for both present and past form but might be different in Spanish.
We should use present form in confirmation screen and past form in report action, similar to request
, requested
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.
That's a great catch! Thanks.
@paultsimura let me know when ready for review |
@aimane-chnaif it's ready. I'm using the suggested |
Co-authored-by: Aimane Chnaif <[email protected]>
Thanks @aimane-chnaif, ready for re-review. |
@paultsimura please pull main. The branch is 1130 commits behind |
@aimane-chnaif done. Merged and re-tested. |
Co-authored-by: Aimane Chnaif <[email protected]>
Reviewer Checklist
Screenshots/VideosWebweb1.movMobile Web - Chromemchrome.movMobile Web - Safarimsafari.movDesktopdesktop.moviOSios.movAndroidandroid.mov |
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.
LGTM 🎉
✋ 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/robertjchen in version: 1.3.84-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.84-10 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.84-10 🚀
|
🚀 Deployed to staging by https://github.com/robertjchen in version: 1.3.85-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.85-4 🚀
|
Details
Display a properly localized
split {amount} for {description}
message in LHN for group chats with a split bill as the last message.Fixed Issues
$ #26020
PROPOSAL: #26020 (comment)
Tests
split {amount} for {description}
Offline tests
QA Steps
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)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)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
split-android.mov
Android: mWeb Chrome
chrome.mov
iOS: Native
iOS.mov
iOS: mWeb Safari
safari.MP4
MacOS: Chrome / Safari
web.mov
MacOS: Desktop
desktop.mov