From 491d83b17fd88a0c7c2bfbeb70dfae094743c1c5 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 16 Jun 2017 13:05:56 +0100 Subject: [PATCH] Enable Korean Translations As it's now at 64% on react-sdk and looking good --- scripts/copy-res.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/copy-res.js b/scripts/copy-res.js index b02946ae92..0e22907e62 100755 --- a/scripts/copy-res.js +++ b/scripts/copy-res.js @@ -16,6 +16,7 @@ const INCLUDE_LANGS = [ {'value': 'nl', 'label': 'Nederlands'}, {'value': 'de_DE', 'label': 'Deutsch'}, {'value': 'fr', 'label': 'Français'}, + {'value': 'ko', 'label': '한국어'}, {'value': 'pt', 'label': 'Português'}, {'value': 'pt_BR', 'label': 'Português do Brasil'}, {'value': 'ru', 'label': 'Русский'},