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

Translated broken links might be saved by linking to en-US instead #3134

Closed
peterbe opened this issue Mar 4, 2021 · 2 comments
Closed

Translated broken links might be saved by linking to en-US instead #3134

peterbe opened this issue Mar 4, 2021 · 2 comments

Comments

@peterbe
Copy link
Contributor

peterbe commented Mar 4, 2021

I think we should do the same with regular <a href> links too. E.g.

<p>Kolla in denna länken här <a href="/sv-SE/docs/Web/CSS">CSS</a>.</p>

should automatically become:

<p>Kolla in denna länken här <a 
  title="Page only currently available in English"
  href="/en-US/docs/Web/CSS">CSS (en-US)</a>.</p>

But that can be done as a separate thing.

Originally posted by @peterbe in #3053 (comment)

@peterbe
Copy link
Contributor Author

peterbe commented Mar 4, 2021

This is blocked by #3133

@schalkneethling
Copy link
Contributor

Looking at https://developer.mozilla.org/de/docs/Web/CSS/Reference and #3133 it looks like we got this covered.

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

No branches or pull requests

2 participants