From 83997625b0002f1d844dbc18c995625d2a4af8da Mon Sep 17 00:00:00 2001 From: CanisMinor Date: Thu, 19 Oct 2023 15:04:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20.i18nrc.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .i18nrc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.i18nrc.js b/.i18nrc.js index d21c076..464e78c 100644 --- a/.i18nrc.js +++ b/.i18nrc.js @@ -1,6 +1,5 @@ module.exports = { selectors: ['meta.title', 'meta.description', 'meta.tags'], entryLocale: 'en-US', - outputLocales: ['zh-CN', 'ru-RU'], - // outputLocales: ['zh-CN', 'zh-TW', 'ru-RU', 'ja-JP', 'ko-KR'], + outputLocales: ['zh-CN', 'zh-TW', 'ru-RU', 'ja-JP', 'ko-KR'], };