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

VPN-6749 - fix shared addon IDs #494

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mcleinman
Copy link
Contributor

@mcleinman mcleinman commented Nov 22, 2024

Description

The “shared addons strings” for VPN (VPN PR, translations PR) had a bug - the string IDs in pontoon are of the form CommonStringsSubtitle, and the intention was vpn.commonStrings.subtitle. While this is non-standard (per the rest of our string IDs), it also provides an unlikely-but-real technical issue of a future clash - update.soonMessage and updateSoon.message from different parts of the YAML file would end up with the same ID of CommonStringsUpdateSoonMessage.

This PR updates the strings to the intended format.

There is another PR on the client repo to update the script to this format: mozilla-mobile/mozilla-vpn-client#10065

The two PRs must be merged at the same time, so that the subsequent ingestion script run doesn't re-introduce the bad IDs and doesn't introduce the good IDs (without translations).

Reference

VPN-6749

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant