Merge pull request #266 from mempool/wiz/enable-korean-locale

Enable 'ko' locale for Korean
This commit is contained in:
softsimon 2020-12-08 14:00:53 +07:00 committed by GitHub
commit 2c1514b6cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

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

View file

@ -82,7 +82,7 @@ export const languages: Language[] = [
{ code: 'fr', name: 'Français' }, // French
// { code: 'gl', name: 'Galego' }, // Galician
{ code: 'ka', name: 'ქართული' }, // Georgian
// { code: 'ko', name: '한국어' }, // Korean
{ code: 'ko', name: '한국어' }, // Korean
// { code: 'hr', name: 'Hrvatski' }, // Croatian
// { code: 'id', name: 'Bahasa Indonesia' },// Indonesian
// { code: 'it', name: 'Italiano' }, // Italian