We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74ffd5 commit b1d9444Copy full SHA for b1d9444
client/src/document/molecules/localized-content-note/index.tsx
@@ -41,6 +41,11 @@ export function LocalizedContentNote({
41
"此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。",
42
url: "/zh-CN/docs/MDN/Community/Contributing/Translated_content#活跃语言",
43
},
44
+ "zh-TW": {
45
+ linkText:
46
+ "此頁面由社群從英文翻譯而來。了解更多並加入 MDN Web Docs 社群。",
47
+ url: "/zh-TW/docs/MDN/Community/Contributing/Translated_content#活躍的語言",
48
+ },
49
};
50
const inactiveLocaleNoteContent = {
51
"en-US": {
0 commit comments