Skip to content

Conversation

argl
Copy link
Contributor

@argl argl commented Sep 30, 2025

Description

Adding a new translation key and copy in preparation for webref-7 css formal specification support.

Motivation

Webref 7 support

Related issues and pull requests

See mdn/rari#317

@github-actions github-actions bot added the size/s [PR only] 6-50 LoC changed label Sep 30, 2025
@argl argl marked this pull request as ready for review September 30, 2025 08:46
@argl argl requested a review from a team as a code owner September 30, 2025 08:46
@argl argl requested a review from dipikabh September 30, 2025 08:46
Copy link
Contributor

@dipikabh dipikabh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! The en-US version looks great 🙂

"formal_syntax_footer": {
"de": "Diese Syntax spiegelt den neuesten Standard gemäß { $specs } wider. Möglicherweise haben nicht alle Browser jeden Teil implementiert. Siehe <a href=\"#browser-kompatibilität\">Browserkompatibilität</a> für Informationen zur Unterstützung.",
"en-US": "This syntax reflects the latest standard as per { $specs }. Not all browsers may have implemented every part. See <a href=\"#browser_compatibility\">Browser compatibility</a> for support information.",
"es": "Esta sintaxis refleja el estándar más reciente según { $specs }. Es posible que no todos los navegadores hayan implementado todas las partes. Consulte <a href=\"#compatibilidad_con_navegadores\">Compatibilidad del navegador</a> para obtener información de soporte.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdn/es-content

"de": "Diese Syntax spiegelt den neuesten Standard gemäß { $specs } wider. Möglicherweise haben nicht alle Browser jeden Teil implementiert. Siehe <a href=\"#browser-kompatibilität\">Browserkompatibilität</a> für Informationen zur Unterstützung.",
"en-US": "This syntax reflects the latest standard as per { $specs }. Not all browsers may have implemented every part. See <a href=\"#browser_compatibility\">Browser compatibility</a> for support information.",
"es": "Esta sintaxis refleja el estándar más reciente según { $specs }. Es posible que no todos los navegadores hayan implementado todas las partes. Consulte <a href=\"#compatibilidad_con_navegadores\">Compatibilidad del navegador</a> para obtener información de soporte.",
"fr": "Cette syntaxe reflète le dernier standard selon { $specs }. Tous les navigateurs n'ont peut-être pas implémenté toutes les parties. Voir la <a href=\"#compatibilité_des_navigateurs\">Compatibilité des navigateurs</a> pour plus d'informations sur la prise en charge.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdn/fr-content

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm for fr

"en-US": "This syntax reflects the latest standard as per { $specs }. Not all browsers may have implemented every part. See <a href=\"#browser_compatibility\">Browser compatibility</a> for support information.",
"es": "Esta sintaxis refleja el estándar más reciente según { $specs }. Es posible que no todos los navegadores hayan implementado todas las partes. Consulte <a href=\"#compatibilidad_con_navegadores\">Compatibilidad del navegador</a> para obtener información de soporte.",
"fr": "Cette syntaxe reflète le dernier standard selon { $specs }. Tous les navigateurs n'ont peut-être pas implémenté toutes les parties. Voir la <a href=\"#compatibilité_des_navigateurs\">Compatibilité des navigateurs</a> pour plus d'informations sur la prise en charge.",
"ja": "この構文は { $specs } による最新の標準を反映しています。すべてのブラウザーがすべての部分を実装しているわけではありません。サポート情報については<a href=\"#ブラウザーの互換性\">ブラウザーの互換性</a>を参照してください。",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdn/ja-content

"es": "Esta sintaxis refleja el estándar más reciente según { $specs }. Es posible que no todos los navegadores hayan implementado todas las partes. Consulte <a href=\"#compatibilidad_con_navegadores\">Compatibilidad del navegador</a> para obtener información de soporte.",
"fr": "Cette syntaxe reflète le dernier standard selon { $specs }. Tous les navigateurs n'ont peut-être pas implémenté toutes les parties. Voir la <a href=\"#compatibilité_des_navigateurs\">Compatibilité des navigateurs</a> pour plus d'informations sur la prise en charge.",
"ja": "この構文は { $specs } による最新の標準を反映しています。すべてのブラウザーがすべての部分を実装しているわけではありません。サポート情報については<a href=\"#ブラウザーの互換性\">ブラウザーの互換性</a>を参照してください。",
"ko": "이 구문은 { $specs }에 따른 최신 표준을 반영합니다. 모든 브라우저가 모든 부분을 구현한 것은 아닙니다. 지원 정보는 <a href=\"#브라우저_호환성\">브라우저 호환성</a>을 참조하세요.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdn/ko-content

Copy link
Member

@hochan222 hochan222 Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM for ko-locale :)

"fr": "Cette syntaxe reflète le dernier standard selon { $specs }. Tous les navigateurs n'ont peut-être pas implémenté toutes les parties. Voir la <a href=\"#compatibilité_des_navigateurs\">Compatibilité des navigateurs</a> pour plus d'informations sur la prise en charge.",
"ja": "この構文は { $specs } による最新の標準を反映しています。すべてのブラウザーがすべての部分を実装しているわけではありません。サポート情報については<a href=\"#ブラウザーの互換性\">ブラウザーの互換性</a>を参照してください。",
"ko": "이 구문은 { $specs }에 따른 최신 표준을 반영합니다. 모든 브라우저가 모든 부분을 구현한 것은 아닙니다. 지원 정보는 <a href=\"#브라우저_호환성\">브라우저 호환성</a>을 참조하세요.",
"pt-BR": "Esta sintaxe reflete o padrão mais recente conforme { $specs }. Nem todos os navegadores podem ter implementado todas as partes. Consulte <a href=\"#compatibilidade_com_navegadores\">Compatibilidade do navegador</a> para informações de suporte.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdn/pt-br-content

"ja": "この構文は { $specs } による最新の標準を反映しています。すべてのブラウザーがすべての部分を実装しているわけではありません。サポート情報については<a href=\"#ブラウザーの互換性\">ブラウザーの互換性</a>を参照してください。",
"ko": "이 구문은 { $specs }에 따른 최신 표준을 반영합니다. 모든 브라우저가 모든 부분을 구현한 것은 아닙니다. 지원 정보는 <a href=\"#브라우저_호환성\">브라우저 호환성</a>을 참조하세요.",
"pt-BR": "Esta sintaxe reflete o padrão mais recente conforme { $specs }. Nem todos os navegadores podem ter implementado todas as partes. Consulte <a href=\"#compatibilidade_com_navegadores\">Compatibilidade do navegador</a> para informações de suporte.",
"ru": "Данный синтаксис отражает последний стандарт согласно { $specs }. Не все браузеры могли реализовать каждую часть. См. <a href=\"#совместимость_с_браузерами\">Совместимость с браузерами</a> для информации о поддержке.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdn/ru-content

Comment on lines +445 to +446
"zh-CN": "此语法反映了根据 { $specs } 的最新标准。并非所有浏览器都实现了每个部分。有关支持信息,请参阅<a href=\"#浏览器兼容性\">浏览器兼容性</a>。",
"zh-TW": "此語法反映了根據 { $specs } 的最新標準。並非所有瀏覽器都實現了每個部分。有關支援資訊,請參閱<a href=\"#瀏覽器相容性\">瀏覽器相容性</a>。"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdn/zh-content

"de": "Diese Syntax spiegelt den neuesten Standard gemäß { $specs } wider. Möglicherweise haben nicht alle Browser jeden Teil implementiert. Siehe <a href=\"#browser-kompatibilität\">Browserkompatibilität</a> für Informationen zur Unterstützung.",
"en-US": "This syntax reflects the latest standard as per { $specs }. Not all browsers may have implemented every part. See <a href=\"#browser_compatibility\">Browser compatibility</a> for support information.",
"es": "Esta sintaxis refleja el estándar más reciente según { $specs }. Es posible que no todos los navegadores hayan implementado todas las partes. Consulte <a href=\"#compatibilidad_con_navegadores\">Compatibilidad del navegador</a> para obtener información de soporte.",
"fr": "Cette syntaxe reflète le dernier standard selon { $specs }. Tous les navigateurs n'ont peut-être pas implémenté toutes les parties. Voir la <a href=\"#compatibilité_des_navigateurs\">Compatibilité des navigateurs</a> pour plus d'informations sur la prise en charge.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm for fr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/s [PR only] 6-50 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants