Skip to content

Commit 5492bba

Browse files
chore(macros/WebExtExamples): add zh translations (#11377)
* chore(macros/WebExtExamples): add l10-zh translation for WebExtExample * Apply suggestions from code review Co-authored-by: A1lo <[email protected]> --------- Co-authored-by: A1lo <[email protected]>
1 parent a141725 commit 5492bba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: kumascript/macros/WebExtExamples.ejs

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ const examplesBaseURL = "https://github.com/mdn/webextensions-examples/tree/main
2525
const desiredHeading = $0 || "h3";
2626
2727
const s_example_addons = mdn.localString({
28-
"en-US": "Example extensions"
28+
"en-US": "Example extensions",
29+
"zh-CN": "示例扩展",
30+
"zh-TW": "範例擴充套件",
2931
});
3032
3133
/*

0 commit comments

Comments
 (0)