From 7da8b28d0bd4304225d26a1587f704cf40bd3753 Mon Sep 17 00:00:00 2001 From: Jae-Sung Lee <39658806+jaesung9507@users.noreply.github.com> Date: Mon, 22 Aug 2022 19:42:00 +0900 Subject: [PATCH] Add Korean to doc (#1774) * Add Korean * remove other content --- website/docusaurus.config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 2cb3405a2..0c7af260a 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -18,7 +18,7 @@ const config = { i18n: { defaultLocale: "en", - locales: ["en", "zh-Hans", "ja", "ru"], + locales: ["en", "zh-Hans", "ja", "ru", "ko"], localeConfigs: { en: { label: "English", @@ -35,6 +35,11 @@ const config = { direction: "ltr", htmlLang: "ru-RU", }, + ko: { + label: "한국어", + direction: "ltr", + htmlLang: "ko-KR", + }, ja: { label: "日本語", direction: "ltr",