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

h1 header is not syncing correctly on some non-English pages #7437

Closed
okuryu opened this issue Jan 31, 2025 · 2 comments · Fixed by #7560
Closed

h1 header is not syncing correctly on some non-English pages #7437

okuryu opened this issue Jan 31, 2025 · 2 comments · Fixed by #7560
Labels
i18n Issues/PRs related to the Website Internationalisation

Comments

@okuryu
Copy link
Contributor

okuryu commented Jan 31, 2025

URL:

https://nodejs.org/ja/about

Browser Name:

All

Browser Version:

All

Operating System:

All

How to reproduce the issue:

The <h1> header is not syncing correctly on some non-English pages, is there a solution?

As far as I am aware, the following four pages have this problem. All of these pages expect the first title to start with # as in English.

apps/site/pages/*/about/index.mdx

$ git ls-files "apps/site/pages/*/about/index.mdx" | xargs -I {} sh -c 'sed -n "6p" {}'
# About Node.js®
Sobre Node.js®
درباره ®Node.js
À propos de Node.js®
Tentang Node.js®
Node.js®とは
Node.js®에 대하여
Sobre a Node.js®
Node.js® Hakkında
Про Node.js®
关于 Node.js®
關於 Node.js®

apps/site/pages/*/about/branding.mdx

$ git ls-files "apps/site/pages/*/about/branding.mdx" | xargs -I {} sh -c 'sed -n "6p" {}'
# Branding of Node.js
Marca de Node.js
برندسازی Node.js
L'image de marque de Node.js
Pencitraan merek Node.js
Node.jsのブランドについて
Node.js 브랜딩
Marca da Node.js
Node.js'in markalaşması
Брендинг Node.js
Node.js 的品牌化
Node.js 的品牌形象

apps/site/pages/*/about/security-reporting.mdx

$ git ls-files "apps/site/pages/*/about/security-reporting.mdx" | xargs -I {} sh -c 'sed -n "6p" {}'
# Security Reporting
Reportes de Seguridad
گزارش امنیتی
Rapport de sécurité
Laporan Keamanan
セキュリティーレポート
보안 보고
Relatórios de Segurança
Güvenlik Raporlaması
Звітність про безпеку
安全报告
安全性回報

apps/site/pages/*/about/previous-releases.mdx

$ git ls-files "apps/site/pages/*/about/previous-releases.mdx" | xargs -I {} sh -c 'sed -n "6p" {}'
# Node.js Releases
Versiones de Node.js
انتشارهای Node.js
Versions de Node.js
Rilisan Node.js
Node.js リリース
Node.js 릴리스
Lançamentos da Node.js
Node.js Sürümleri
Релізи Node.js
Node.js 版本
Node.js 版本
@okuryu okuryu added the bug label Jan 31, 2025
@AugustinMauroy AugustinMauroy added the i18n Issues/PRs related to the Website Internationalisation label Jan 31, 2025
@AugustinMauroy
Copy link
Member

It's happened on crowdin sync. I had verify on Crowdin nothing on this side. cc @bmuenzenmeyer

@bmuenzenmeyer
Copy link
Collaborator

this is odd indeed - i will ask in our crowdin channel

@ovflowd ovflowd removed the bug label Feb 4, 2025
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Node.js Website Feb 4, 2025
@bmuenzenmeyer bmuenzenmeyer linked a pull request Mar 21, 2025 that will close this issue
@avivkeller avivkeller linked a pull request Mar 22, 2025 that will close this issue
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Node.js Website Mar 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i18n Issues/PRs related to the Website Internationalisation
Projects
Status: ✅ Done
4 participants