Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Some in-product Firefox links don't redirect to English (en-US) page if localized version doesn't exis #1206

Closed
atopal opened this issue Jul 29, 2020 · 2 comments

Comments

@atopal
Copy link

atopal commented Jul 29, 2020

Hi all,

This is originally from mdn/kuma#7209

Summary
Some in-product Firefox links don't redirect to English (en-US) page if localized MDN document version doesn't exist.

Steps To Reproduce (STR)
How can we reproduce the problem?

  1. Get a localized Firefox Nightly (79.0a1) or Beta (78.0b3). Reproduced this with German (de) and French (fr).
  2. Open https://www.mozilla.org
  3. Press Shift + F9 to open the web storage inspector.
  4. In the left sidebar, click onto a category, e.g. 'Indexed DB'.
  5. In the main pane, a text with a link will be shown. Click the link.

Actual behavior
https://developer.mozilla.org/Tools/Storage_Inspector/IndexedDB gets opened but MDN claims the page doesn't exist.

Expected behavior
English content opened: https://developer.mozilla.org/en-US/docs/Tools/Storage_Inspector/IndexedDB

Additional context
The most likely explanation here is that the links don't have /docs/ in the URL, but we need that on the MDN side to do the proper routing.

@nchevobbe
Copy link
Member

thanks for the report @atopal !
This repository shouldn't be used anymore, and since this issue relates to the storage inspector, I filed https://bugzilla.mozilla.org/show_bug.cgi?id=1655957 on bugzilla to address it :)

@atopal
Copy link
Author

atopal commented Jul 29, 2020

Sorry Nic, and thank you!

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

No branches or pull requests

2 participants