mdn / yari

The platform code behind MDN Web Docs
Mozilla Public License 2.0
1.16k stars 486 forks source link

chore(footer): add locale to www.mozilla.org links #11313

Closed caugner closed 20 hours ago

caugner commented 2 weeks ago

Summary

(MP-1200)

Problem

We link to several www.mozilla.org pages in the footer, but these don't include the current locale, causing a redirect.

Solution

Add the locale to the links.


How did you test this change?

Ran yarn dev locally and verified the link works in these locales:

caugner commented 20 hours ago
  • ko

Only the Mozilla homepage is available in Korean, the Website Privacy Notice, Websites & Communications Terms of Use, and Community Participation Guidelines aren't.

  • zh-TW

The Website Privacy Notice is not available in zh-TW.

caugner commented 20 hours ago

Based on the identified issues, I'm closing this PR for now.