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

Fix pushing strings to Transifex #6907

Closed
mkarolin opened this issue Nov 13, 2019 · 0 comments · Fixed by #6909 or brave/brave-core#3990
Closed

Fix pushing strings to Transifex #6907

mkarolin opened this issue Nov 13, 2019 · 0 comments · Fixed by #6909 or brave/brave-core#3990

Comments

@mkarolin
Copy link
Contributor

Pushing strings to Transifex is currently broken on master.

The script expects that if a .grd file is added for tracking then all of its .grdp parts are added for tracking as well. This is currently not so for component_strings.grd. We need to add all of the missing .grdp parts.

@mkarolin mkarolin self-assigned this Nov 13, 2019
mkarolin added a commit to brave/brave-core that referenced this issue Nov 13, 2019
Fixes brave/brave-browser#6907

There is no need to exclude os_settings_strings.grdp and
xr_consent_ui_strings.grdp.

media_router_resources.grdp has been removed upstream.

Chromium change:

https://chromium.googlesource.com/chromium/src/+/edcf55b10dfe41c3ffa18bfbca8f07e62532ef74

commit edcf55b10dfe41c3ffa18bfbca8f07e62532ef74
Author: Takumi Fujimoto <takumif@chromium.org>
Date:   Tue Jul 9 16:36:20 2019 +0000

    Delete Media Router WebUI dialog resource files

    Delete JS/HTML/CSS files for chrome://media-router and its tests.

    We do not remove files related to chrome://media-router-internals
    because that is still in use.

    Bug: 900246
mkarolin added a commit to brave/brave-core that referenced this issue Nov 13, 2019
mkarolin added a commit that referenced this issue Nov 15, 2019
mkarolin added a commit to brave/brave-core that referenced this issue Nov 18, 2019
Fixes brave/brave-browser#6907

There is no need to exclude os_settings_strings.grdp and
xr_consent_ui_strings.grdp.

media_router_resources.grdp has been removed upstream.

Chromium change:

https://chromium.googlesource.com/chromium/src/+/edcf55b10dfe41c3ffa18bfbca8f07e62532ef74

commit edcf55b10dfe41c3ffa18bfbca8f07e62532ef74
Author: Takumi Fujimoto <takumif@chromium.org>
Date:   Tue Jul 9 16:36:20 2019 +0000

    Delete Media Router WebUI dialog resource files

    Delete JS/HTML/CSS files for chrome://media-router and its tests.

    We do not remove files related to chrome://media-router-internals
    because that is still in use.

    Bug: 900246
mkarolin added a commit to brave/brave-core that referenced this issue Nov 18, 2019
@bbondy bbondy added this to the 1.3.x - Release milestone Jun 1, 2020
petemill pushed a commit to brave/brave-core that referenced this issue Jul 27, 2020
petemill pushed a commit to brave/brave-core that referenced this issue Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment