mozilla / fxa

Monorepo for Mozilla Accounts (formerly Firefox Accounts)

Home Page:https://mozilla.github.io/ecosystem-platform/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pocket ToS and PN links point to English version

flodolo opened this issue · comments

Commented in the original PR, but making sure this stays on the radar
#15456 (review)

We landed strings with hardcoded language (e.g. https://getpocket.com/en/tos/ instead of https://getpocket.com/tos/), we should let the website to language negotiation.

A couple of locales fixed it in their translation, which in turns causes errors in linters.

┆Issue is synchronized with this Jira Task

git grep -Pno "https://getpocket.com/en/\w+/" | cat

packages/fxa-content-server/app/scripts/templates/sign_in_password.mustache:53:https://getpocket.com/en/tos/
packages/fxa-content-server/app/scripts/templates/sign_in_password.mustache:53:https://getpocket.com/en/privacy/
packages/fxa-content-server/app/scripts/templates/sign_up_password.mustache:79:https://getpocket.com/en/tos/
packages/fxa-content-server/app/scripts/templates/sign_up_password.mustache:79:https://getpocket.com/en/privacy/