@@ -208,6 +208,7 @@ order: 31
208
208
' Tehran, Iran' : [35.689197 , 51.388974 ],
209
209
' Shanghai, China' : [31.230390 , 121.473702 ],
210
210
' Annecy, France' : [45.899247 , 6.129384 ],
211
+ ' Seoul, South Korea' : [37.566535 , 126.977969 ],
211
212
' Taquaritinga, Brazil' : [- 21.430094 , - 48.515285 ]
212
213
}
213
214
var languageNameFor = {
@@ -223,7 +224,8 @@ order: 31
223
224
el: ' Ελληνικά' ,
224
225
es: ' Español' ,
225
226
hi: ' हिंदी' ,
226
- fa: ' فارسی'
227
+ fa: ' فارسی' ,
228
+ ko: ' 한국어'
227
229
}
228
230
229
231
var team = [{
@@ -635,6 +637,21 @@ order: 31
635
637
' https://node-atlas.js.org/' , ' https://blog.lesieur.name/'
636
638
]
637
639
},
640
+ {
641
+ name: ' ChangJoo Park' ,
642
+ title: ' Vuenthusiastic Korean Community Organizer' ,
643
+ city: ' Seoul, South Korea' ,
644
+ languages: [' ko' , ' en' ],
645
+ github: ' changjoo-park' ,
646
+ twitter: ' pcjpcj2' ,
647
+ reposPersonal: [
648
+ ' vuejs-kr/kr.vuejs.org' , ' ChangJoo-Park/vue-component-generator'
649
+ ],
650
+ links: [
651
+ ' https://vuejs-kr.github.io' ,
652
+ ' https://twitter.com/pcjpcj2'
653
+ ]
654
+ },
638
655
{
639
656
name: ' Erick Petrucelli' ,
640
657
title: ' Perfectionist Chief Translator for Portuguese' ,
0 commit comments