diff --git a/kumascript/macros/AvailableInWorkers.ejs b/kumascript/macros/AvailableInWorkers.ejs index 25696627929c..9d49f9e7a58c 100644 --- a/kumascript/macros/AvailableInWorkers.ejs +++ b/kumascript/macros/AvailableInWorkers.ejs @@ -57,6 +57,7 @@ const textNotService = mdn.localString({ const textNotShared = mdn.localString({ "en-US": `This feature is available in Web Workers, except for Shared Web Workers.`, + "zh-CN": `此特性在 Web Worker(不包括共享 Web Worker)中可用。`, }); const textNotServiceNotWindow = mdn.localString({