Skip to content

Commit c240b31

Browse files
ChangJoo-Parkchrisvfritz
authored andcommitted
Update team.md (vuejs#1010)
* Update team.md * add city coords and language for ChangJoo Park
1 parent d8418a5 commit c240b31

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

src/v2/guide/team.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ order: 31
208208
'Tehran, Iran': [35.689197, 51.388974],
209209
'Shanghai, China': [31.230390, 121.473702],
210210
'Annecy, France': [45.899247, 6.129384],
211+
'Seoul, South Korea': [37.566535, 126.977969],
211212
'Taquaritinga, Brazil': [-21.430094, -48.515285]
212213
}
213214
var languageNameFor = {
@@ -223,7 +224,8 @@ order: 31
223224
el: 'Ελληνικά',
224225
es: 'Español',
225226
hi: 'हिंदी',
226-
fa: 'فارسی'
227+
fa: 'فارسی',
228+
ko: '한국어'
227229
}
228230

229231
var team = [{
@@ -635,6 +637,21 @@ order: 31
635637
'https://node-atlas.js.org/', 'https://blog.lesieur.name/'
636638
]
637639
},
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+
},
638655
{
639656
name: 'Erick Petrucelli',
640657
title: 'Perfectionist Chief Translator for Portuguese',

0 commit comments

Comments
 (0)