From 3469b82beb6f8bab1c9dd91bf1b83df2ff16705b Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 15 Dec 2020 08:11:50 -0800 Subject: [PATCH] feat: Add Korean as available language choice --- shared/i18n/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/i18n/index.js b/shared/i18n/index.js index 8e7c58c1f..db73bf459 100644 --- a/shared/i18n/index.js +++ b/shared/i18n/index.js @@ -36,6 +36,7 @@ export const languageOptions = [ { label: "Deutsch (Deutschland)", value: "de_DE" }, { label: "Español (España)", value: "es_ES" }, { label: "Français (France)", value: "fr_FR" }, + { label: "한국어 (Korean)", value: "ko_KR" }, { label: "Português (Portugal)", value: "pt_PT" }, ];