mirror of
https://github.com/mempool/mempool.git
synced 2025-02-25 07:07:36 +01:00
Merge pull request #266 from mempool/wiz/enable-korean-locale
Enable 'ko' locale for Korean
This commit is contained in:
commit
2c1514b6cf
2 changed files with 5 additions and 1 deletions
|
@ -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/"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue