Skip to content

Commit b1d9444

Browse files
authored
fix(l10n): localize translation banner in zh-TW (#11016)
chore(l10n): add zh-TW translation for NoteBanner
1 parent e74ffd5 commit b1d9444

File tree

1 file changed

+5
-0
lines changed
  • client/src/document/molecules/localized-content-note

1 file changed

+5
-0
lines changed

Diff for: client/src/document/molecules/localized-content-note/index.tsx

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ export function LocalizedContentNote({
4141
"此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。",
4242
url: "/zh-CN/docs/MDN/Community/Contributing/Translated_content#活跃语言",
4343
},
44+
"zh-TW": {
45+
linkText:
46+
"此頁面由社群從英文翻譯而來。了解更多並加入 MDN Web Docs 社群。",
47+
url: "/zh-TW/docs/MDN/Community/Contributing/Translated_content#活躍的語言",
48+
},
4449
};
4550
const inactiveLocaleNoteContent = {
4651
"en-US": {

0 commit comments

Comments
 (0)