-
Notifications
You must be signed in to change notification settings - Fork 892
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
Reduce amount of strings we need to pull/push with Transifex #5795
Conversation
591eb65
to
a48508f
Compare
rebased on latest master |
60b8d52
to
e7aa465
Compare
This is updated and ready for another review.
The actual XTB, GRD, and GRDP files are in another PR that is against the |
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, just had one question about a line that looked redundant/incorrect.
(r'Bookmarks Bar\n', r'Bookmarks\n'), | ||
(r'Bookmarks bar\n', r'Bookmarks\n'), |
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.
Are these two lines in conflict with each other? Or maybe I'm not understanding how this works...
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.
just case sensitive replacement. Bar vs bar. Could be done with a regex probably 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.
Ah, missed that!
...instead of using Transifex These string slugs are no longer pushed nor pulled from Transifex: brave_strings components_brave_strings components_strings generated_resources android_chrome_strings
This is so that it's more compatible with existing functions in transifex.py
This commit also includes code to update old FPs before the branding replacement to new FPs
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.
++
... and removals for C84 minor bump grd differences
Update XTB and GRD files for l10n work
Reduce amount of strings we need to pull/push with Transifex
Resolves brave/brave-browser#10186
Sister PR: brave/brave-browser#10560
For the newly generated xtb and grd updates, see this PR: #5998
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.