mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-09 13:06:25 +10:00
28 lines
733 B
Ruby
28 lines
733 B
Ruby
# encoding: UTF-8
|
|
|
|
Person.create account: 'liyanhui',
|
|
full_name: 'Li Yànhuī',
|
|
chinese_name: '李彦辉',
|
|
email: 'yhli@thoughtworks.com'
|
|
|
|
Person.create account: 'tengyun',
|
|
full_name: 'Téng Yǔn',
|
|
chinese_name: '滕云',
|
|
preferred_name: 'Chinese Tom',
|
|
email: 'yteng@thoughtworks.com'
|
|
|
|
Person.create account: 'wangbiao',
|
|
full_name: 'Wáng Biāo',
|
|
chinese_name: '王彪',
|
|
email: 'biaowang@thoughtworks.com'
|
|
|
|
Person.create account: 'zhangyi',
|
|
full_name: 'Zhāng Yì',
|
|
chinese_name: '张逸',
|
|
email: 'yizhang@thoughtworks.com'
|
|
|
|
Person.create account: 'markryall',
|
|
full_name: 'Mark Ryall',
|
|
pinyin_name: 'Mǎkè',
|
|
chinese_name: '马克',
|
|
email: 'mryall@thoughtworks.com' |