Enable 'ko' locale for Korean in angular.json

This commit is contained in:
wiz 2020-12-08 15:57:46 +09:00 committed by GitHub
parent 76d6786efe
commit 437d6ce062

View File

@ -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/"