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 missing for-developers ftl fallback #15583

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

Conversation

janbrasna
Copy link
Contributor

One-line summary

Removes nonexistent fallback string id.

Significant changes and points to review

Obsolete string got removed in d08bd22 β€” but left in the template.

Issue / Bugzilla link

🚫🐞

Testing

/en-US/firefox/developer/

@janbrasna janbrasna requested a review from a team as a code owner November 27, 2024 19:29
@@ -13,7 +13,7 @@
) %}
<h2 class="mzp-u-title-xs">{{ ftl('firefox-developer-firefox-developer-edition') }}</h2>
<h3 class="mzp-u-title-sm">{{ ftl('firefox-developer-made-for-developers') }}</h3>
<p>{{ ftl('firefox-developer-all-the-latest-v2', fallback='firefox-developer-all-the-latest') }}</p>
<p>{{ ftl('firefox-developer-all-the-latest-v2') }}</p>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

In theory they still exist in a few locales: @mozilla-l10n/www-l10n: "firefox-developer-all-the-latest" but:

  • da &Β th already have the new string anyways
  • be is the only one not having the new string β€” so this one will default to en, but better than refer to (outdated) experimental features etc. β€” but if it's gone from en, it's gone…

@stephaniehobson stephaniehobson added L10N Needs Review Awaiting code review labels Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L10N Needs Review Awaiting code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants