Skip to content

Commit 51766f5

Browse files
authored
docs: add team members (#1951)
1 parent e2e3d6b commit 51766f5

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

docs/guide/introduction.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,32 @@ const members = [
55
{
66
avatar: 'https://www.github.com/kazupon.png',
77
name: "kazupon",
8-
title: 'Creator',
8+
title: 'Creator of Vue I18n & Intlify project',
9+
sponsor: 'https://github.com/sponsors/kazupon',
910
links: [
1011
{ icon: 'github', link: 'https://github.com/kazupon' },
1112
{ icon: 'twitter', link: 'https://twitter.com/kazu_pon' }
1213
]
14+
},
15+
{
16+
avatar: 'https://www.github.com/BobbieGoede.png',
17+
name: "BobbieGoede",
18+
title: 'Intlify Core member',
19+
sponsor: 'https://github.com/sponsors/BobbieGoede',
20+
links: [
21+
{ icon: 'github', link: 'https://github.com/BobbieGoede' },
22+
{ icon: 'twitter', link: 'https://twitter.com/BobbieGoede' }
23+
]
24+
},
25+
{
26+
avatar: 'https://www.github.com/ota-meshi.png',
27+
name: "Yosuke Ota",
28+
title: 'Intlify Core member',
29+
sponsor: 'https://github.com/sponsors/ota-meshi',
30+
links: [
31+
{ icon: 'github', link: 'https://github.com/ota-meshi' },
32+
{ icon: 'twitter', link: 'https://twitter.com/omoteota' }
33+
]
1334
}
1435
]
1536
</script>
@@ -20,7 +41,7 @@ const members = [
2041
Already know Vue I18n v8.x and just want to learn about what’s new in Vue I18n v9? Check out the [Migration Guide](./migration/breaking)!
2142
:::
2243

23-
Vue I18n is internationalization plugin of Vue.js. It easily integrates some localization features to your Vue.js Application.
44+
Vue I18n is internationalization plugin of Vue.js. And that is one of [Intlify projects](https://intlify.dev/). It easily integrates some localization features to your Vue.js Application.
2445

2546
Go to [Installation](./installation)
2647

0 commit comments

Comments
 (0)