-
Notifications
You must be signed in to change notification settings - Fork 524
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
The BCD section id is not localized in Baseline Indicator #9848
Comments
Collected localized section ids (not really sure about the const localizedBcdSectionId = {
"en-US": "browser_compatibility",
es: "compatibilidad_con_navegadores",
fr: "compatibilité_des_navigateurs",
ja: "ブラウザーの互換性",
ko: "브라우저_호환성",
"pt-BR": "compatibilidade_de_navegadores",
ru: "cовместимость_с_браузерами",
"zh-CN": "浏览器兼容性",
"zh-TW": "瀏覽器相容性",
}; |
* fix(baseline): bcd link not localized https://mozilla-hub.atlassian.net/browse/MP-668 #9848 Co-authored-by: A1lo <[email protected]>
Partially fixed with 0761a86 (should deploy to prod tonight) |
Thanks @LeoMcA. /cc @mdn/yari-content-pt-br Is there anyone who could check this. The description here shows that the translation of "Browser compatibility" is inconsistent. We have both "Compatibilidade com navegadores" and "Compatibilidade de navegadores" in translated content. |
Hey @LeoMcA. Not sure if we should transfer this issue to |
Summary
The BCD section id should be localized when this is in a l10n document.
Maybe we should also consider localizing all the content of Baseline Indicator.
URL
https://developer.mozilla.org/zh-CN/docs/Web/CSS/grid
Reproduction steps
Expected behavior
The link to BCD section should be localized.
Actual behavior
The link to BCD section is not localized.
Device
Desktop
Browser
Chrome
Browser version
Stable
Operating system
Android
Screenshot
Anything else?
No response
Validations
The text was updated successfully, but these errors were encountered: