diff --git a/kumascript/macros/WebExtAllExamples.ejs b/kumascript/macros/WebExtAllExamples.ejs index c69a1b5cde57..57cf6dafeeec 100644 --- a/kumascript/macros/WebExtAllExamples.ejs +++ b/kumascript/macros/WebExtAllExamples.ejs @@ -17,15 +17,21 @@ const allExamples = await MDN.fetchWebExtExamples(); const lang = env.locale; const s_name = mdn.localString({ - "en-US": "Name" + "en-US": "Name", + "zh-CN": "名称", + "zh-TW": "名稱", }); const s_desc = mdn.localString({ - "en-US": "Description" + "en-US": "Description", + "zh-CN": "描述", + "zh-TW": "描述", }); const s_javascript_apis = mdn.localString({ - "en-US": "JavaScript APIs" + "en-US": "JavaScript APIs", + "zh-CN": "JavaScript API", + "zh-TW": "JavaScript API", }); const s_webextension_api_path = mdn.localString({