mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-14 13:06:10 +00:00
add Korean to languages dropdown
This commit is contained in:
parent
6b7a555f19
commit
bea2b12f2d
@ -59,6 +59,10 @@ export const languages = [
|
||||
sign: 'ru',
|
||||
name: 'Русский'
|
||||
},
|
||||
{
|
||||
sign: 'ko',
|
||||
name: 'Korean'
|
||||
},
|
||||
// {
|
||||
// 'sign': 'sk',
|
||||
// 'name': 'Slovenčina'
|
||||
@ -89,7 +93,6 @@ export const languages = [
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
export const nodeList = [
|
||||
{
|
||||
name: 'ETH',
|
||||
@ -156,4 +159,4 @@ export const nodeList = [
|
||||
service: 'Epool.io'
|
||||
// 'lib': new nodes.customNode('https://mewapi.epool.io', '')
|
||||
}
|
||||
]
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user