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 40ac83ee88
commit 29b9fec3b9

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