Skip to content

Commit 9e7cfbf

Browse files
committed
add sponsors to docs
1 parent 355fb7e commit 9e7cfbf

File tree

1 file changed

+72
-3
lines changed

1 file changed

+72
-3
lines changed

README.md

Lines changed: 72 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,82 @@
55
[![npm](https://img.shields.io/npm/v/@intlify/vue-i18n-extensions.svg)](https://www.npmjs.com/package/@intlify/vue-i18n-extensions)
66
[![vue-i18n-extensions Dev Token](https://badge.devtoken.rocks/vue-i18n-extensions)](https://devtoken.rocks/package/vue-i18n-extensions)
77

8-
> Extensions for vue-i18n
8+
Extensions for vue-i18n
9+
10+
## :warning: Notice
11+
This `next` branch is development branch for Vue 3! The version for Vue 2 is now in [`master`](https://github.com/intlify/vue-i18n-extensions/tree/master) branch!
12+
13+
14+
<h2 align="center">🤝 Supporting Intlify Project</h2>
15+
16+
Intlify Project is an open source project that is included Vue I18n and i18n tooling and libralies with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:
17+
18+
<p align="center">
19+
<a
20+
href="https://github.com/sponsors/kazupon"
21+
target="_blank">
22+
Become a Sponsor on GitHub
23+
</a>
24+
</p>
25+
26+
<h3 align="center">🥇 Gold Sponsors</h3>
27+
28+
<p align="center">
29+
<a
30+
href="https://nuxtjs.org/"
31+
target="_blank">
32+
<img
33+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/nuxt.png"
34+
width="240px"
35+
/>
36+
</a>
37+
</p>
38+
39+
<h3 align="center">🥈 Silver Sponsors</h3>
40+
41+
<p align="center">
42+
<a
43+
href="https://www.codeandweb.com/babeledit?utm_campaign=vue-i18n-2019-01"
44+
target="_blank">
45+
<img
46+
src="https://secure.codeandweb.com/static/babeledit.svg"
47+
width="200px"
48+
/>
49+
</a>
50+
</p>
51+
52+
<h3 align="center">🥉 Bronze Sponsors</h3>
53+
54+
<p align="center">
55+
<a href="https://zenarchitects.co.jp/" target="_blank">
56+
<img
57+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/zenarchitects.png"
58+
width="144px"
59+
/>
60+
</a>
61+
</p>
62+
<p align="center">
63+
<a href="https://www.sendcloud.com/" target="_blank">
64+
<img
65+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/sendcloud.png"
66+
width="144px"
67+
/>
68+
</a>
69+
</p>
70+
<p align="center">
71+
<a href="https://www.vuemastery.com/" target="_blank">
72+
<img
73+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/vuemastery.png"
74+
width="144px"
75+
/>
76+
</a>
77+
</p>
78+
79+
<br/>
980

10-
**NOTE:** :warning: This `next` branch is development branch for Vue 3! The version for Vue 2 is now in [`master`](https://github.com/intlify/vue-i18n-extensions/tree/master) branch!
1181

1282
This library exports the following extensions:
1383

14-
1584
## :star: Features
1685

1786
- Server-side rendering for `v-t` custom directive

0 commit comments

Comments
 (0)