From 29b9fec3b9838de309c4b46e56677417a73ba4e4 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 8 Dec 2020 15:57:46 +0900 Subject: [PATCH] Enable 'ko' locale for Korean in angular.json --- frontend/angular.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/angular.json b/frontend/angular.json index 0bf03662c..d862abcb7 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -51,6 +51,10 @@ "translation": "src/locale/messages.ka.xlf", "baseHref": "/ka/" }, + "ko": { + "translation": "src/locale/messages.ko.xlf", + "baseHref": "/ko/" + }, "nl": { "translation": "src/locale/messages.nl.xlf", "baseHref": "/nl/"