From a3941c1ffab9dcff1db6e57d75eca5536fef090b Mon Sep 17 00:00:00 2001 From: A1lo Date: Tue, 19 Jul 2022 16:54:57 +0800 Subject: [PATCH] feat(macro): add l10n-zh translation --- kumascript/macros/AvailableInWorkers.ejs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kumascript/macros/AvailableInWorkers.ejs b/kumascript/macros/AvailableInWorkers.ejs index 75b4abf29535..0a7cb23555ed 100644 --- a/kumascript/macros/AvailableInWorkers.ejs +++ b/kumascript/macros/AvailableInWorkers.ejs @@ -39,6 +39,8 @@ const textDefault = mdn.localString({ const textServiceWorkers = mdn.localString({ "en-US": `This feature is available in Web Workers, except for Service Workers`, + "zh-CN": `此特性在 Web Worker(不包括 Service Worker)中可用`, + "zh-TW": `此功能可在 Web Worker(不包括 Service Worker)中使用` }) const workerType = $0;