add Korean to languages dropdown

This commit is contained in:
crptm 2017-05-25 22:32:34 +04:00
parent 6b7a555f19
commit bea2b12f2d

View File

@ -59,6 +59,10 @@ export const languages = [
sign: 'ru', sign: 'ru',
name: 'Русский' name: 'Русский'
}, },
{
sign: 'ko',
name: 'Korean'
},
// { // {
// 'sign': 'sk', // 'sign': 'sk',
// 'name': 'Slovenčina' // 'name': 'Slovenčina'
@ -89,7 +93,6 @@ export const languages = [
} }
]; ];
export const nodeList = [ export const nodeList = [
{ {
name: 'ETH', name: 'ETH',
@ -156,4 +159,4 @@ export const nodeList = [
service: 'Epool.io' service: 'Epool.io'
// 'lib': new nodes.customNode('https://mewapi.epool.io', '') // 'lib': new nodes.customNode('https://mewapi.epool.io', '')
} }
] ];