-
Notifications
You must be signed in to change notification settings - Fork 925
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
Use Brave sync chain instead of Brave Account #6317
Conversation
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
script/lib/transifex.py
Outdated
@@ -499,6 +499,8 @@ def braveify(string_value): | |||
.replace('Brave Play', 'Google Play') | |||
.replace('Brave Safe', 'Google Safe') | |||
.replace('Sends URLs of some pages you visit to Brave', 'Sends URLs of some pages you visit to Google')) | |||
.replace('Brave will save this password in your Brave Account', 'Brave will save this password in your Brave sync chain') | |||
.replace('Passwords are saved in your Brave Account', 'Passwords are saved in your Brave sync chain') |
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.
Should run npm run chromium_rebase_l10n to see the grd or grdp changes.
Maybe try Brave Account -> Brave sync chain instead to see if it produces sane results?
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.
Changing from Brave Account
to Brave sync chain
will be fine.
Should we run chromium_rebase_l10n
for getting this change on local?
push_l10n
only does this string replacement.
Previously, we should do chromium_rebase_l10n
. but maybe this process was changed?
Ah, Ok. I found script/lib/grd_string_replacements.py
.
I was confused I thought we do additional string fixup only with this.
386c731
to
4b6e181
Compare
4b6e181
to
bb9524b
Compare
bb9524b
to
2797283
Compare
Resolves brave/brave-browser#10469
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Passwords are saved in your Brave sync chain so you can use them on any device
Reviewer Checklist:
After-merge Checklist:
changes has landed on.