Skip to content
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

Americanize words/phrases in default en-US strings #5488

Closed
wants to merge 2 commits into from

Conversation

downeymj
Copy link

@downeymj downeymj commented Mar 9, 2022

Type of change

  • Feature
  • Bugfix
  • Technical
  • Other : Internationalization

Content

Per @bmarty, en-US is the default value on Android platform, so I as a native American English speaker I have updated spelling of relevant words and expressions accordingly.

Motivation and context

Fixes #3677, which suggested a PR against this file instead of doing things through Weblate. As this is my first PR for this project, hopefully I haven't missed anything, but please let me know if so.

Screenshots / GIFs

N/A

Tests

N/A

Tested devices

N/A

Checklist

@bmarty bmarty self-requested a review March 10, 2022 10:18
@bmarty bmarty added the Z-Community-PR Issue is solved by a community member's PR label Mar 10, 2022
Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

All the changes sounds good to me. I have one remark about one change (see the dedicated comment).

Also pull request must includes a sign off.

You can just comment the PR with your sign-off.

Thanks!

<string name="settings_discovery_confirm_mail">We sent you a confirm email to %s, check your email and click on the confirmation link</string>
<string name="settings_discovery_confirm_mail_not_clicked">We sent you a confirm email to %s, please first check your email and click on the confirmation link</string>
<string name="settings_discovery_confirm_mail">We sent an email to %s. Check your email and click on the confirmation link.</string>
<string name="settings_discovery_confirm_mail_not_clicked">We sent an email to %s. Check your email and click on the confirmation link.</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

settings_discovery_confirm_mail_not_clicked value has to be different than settings_discovery_confirm_mail.

settings_discovery_confirm_mail_not_clicked is used when the user wants to continue the process to make their email discoverable, but did not click on the link in the email.

Currently we have:

  1. First displayed screen

Screenshot 2022-03-10 at 13 16 35

  1. User clicks on "Continue" (but did not click on the link in the email)

Screenshot 2022-03-10 at 13 18 16

@bmarty
Copy link
Member

bmarty commented Apr 12, 2022

Hello @downeymj , do you think you will be able to update your PR? There is not a lot to do, but please let us know!

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-Community-PR Issue is solved by a community member's PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add translation for american / united states english
2 participants