Fix language order

Initially placed near Korean `ko`,  but realized that Korean phonetically starts “ha..”
This commit is contained in:
Chris Garrity 2019-10-07 18:27:05 -04:00
parent 940aafea7a
commit e946f08bb6

View file

@ -27,7 +27,6 @@ const locales = {
'ga': {name: 'Gaeilge'},
'gd': {name: 'Gàidhlig'},
'gl': {name: 'Galego'},
'sw': {name: 'kiSwahili'},
'ko': {name: '한국어'},
'he': {name: 'עִבְרִית'},
'hr': {name: 'Hrvatski'},
@ -35,6 +34,7 @@ const locales = {
'is': {name: 'Íslenska'},
'it': {name: 'Italiano'},
'ka': {name: 'ქართული ენა'},
'sw': {name: 'kiSwahili'},
'ckb': {name: 'کوردیی ناوەندی'},
'lv': {name: 'Latviešu'},
'lt': {name: 'Lietuvių'},