From 65154d9fe670836d63c9f86adb88df84f8d3af75 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Thu, 30 Apr 2020 22:24:49 -0700 Subject: [PATCH] Enabled Korean translation --- app/src/Factories/TranslationFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/Factories/TranslationFactory.php b/app/src/Factories/TranslationFactory.php index c1684b5..93a1570 100644 --- a/app/src/Factories/TranslationFactory.php +++ b/app/src/Factories/TranslationFactory.php @@ -13,7 +13,7 @@ class TranslationFactory { /** @const Available translation languages */ protected const LANGUAGES = [ - 'de', 'en', 'es', 'fr', 'id', 'it', 'pl', 'ro', 'ru', 'zh-CN', 'zh-TW' + 'de', 'en', 'es', 'fr', 'id', 'it', 'kr', 'pl', 'ro', 'ru', 'zh-CN', 'zh-TW' ]; /** @var Container The applicaiton container */