From b10b2ae0c1460ba98ef1bd1d3c1b4c1551fd424b Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Thu, 3 Oct 2024 01:58:39 +0800 Subject: [PATCH] chore(macros/AvailableInWorkers): add zh-CN translations (#11894) * add translation * Update kumascript/macros/AvailableInWorkers.ejs Co-authored-by: A1lo --------- Co-authored-by: A1lo --- kumascript/macros/AvailableInWorkers.ejs | 1 + 1 file changed, 1 insertion(+) 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({