Skip to content

Commit

Permalink
fix(l10n): localize translation banner in zh-TW (#11016)
Browse files Browse the repository at this point in the history
chore(l10n): add zh-TW translation for NoteBanner
  • Loading branch information
an-777 authored Apr 29, 2024
1 parent e74ffd5 commit b1d9444
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ export function LocalizedContentNote({
"此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。",
url: "/zh-CN/docs/MDN/Community/Contributing/Translated_content#活跃语言",
},
"zh-TW": {
linkText:
"此頁面由社群從英文翻譯而來。了解更多並加入 MDN Web Docs 社群。",
url: "/zh-TW/docs/MDN/Community/Contributing/Translated_content#活躍的語言",
},
};
const inactiveLocaleNoteContent = {
"en-US": {
Expand Down

0 comments on commit b1d9444

Please sign in to comment.