Skip to content

Commit cbca15e

Browse files
committed
add sponsors to docs
1 parent b5d3fe7 commit cbca15e

File tree

1 file changed

+71
-2
lines changed

1 file changed

+71
-2
lines changed

README.md

Lines changed: 71 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,78 @@
88
<a href="https://www.npmjs.com/package/@intlify/vue-i18n-loader"><img src="https://img.shields.io/npm/v/@intlify/vue-i18n-loader.svg" alt="npm"></a>
99
</p>
1010

11-
<p align="center">vue-i18n loader for custom blocks</p>
11+
<p align="center">vue-i18n for webpack loader</p>
1212

13-
**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-loader/tree/master) branch!
13+
<h2 align="center">🤝 Supporting Intlify Project</h2>
14+
15+
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:
16+
17+
<p align="center">
18+
<a
19+
href="https://github.com/sponsors/kazupon"
20+
target="_blank">
21+
Become a Sponsor on GitHub
22+
</a>
23+
</p>
24+
25+
<h3 align="center">🥇 Gold Sponsors</h3>
26+
27+
<p align="center">
28+
<a
29+
href="https://nuxtjs.org/"
30+
target="_blank">
31+
<img
32+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/nuxt.png"
33+
width="240px"
34+
/>
35+
</a>
36+
</p>
37+
38+
<h3 align="center">🥈 Silver Sponsors</h3>
39+
40+
<p align="center">
41+
<a
42+
href="https://www.codeandweb.com/babeledit?utm_campaign=vue-i18n-2019-01"
43+
target="_blank">
44+
<img
45+
src="https://secure.codeandweb.com/static/babeledit.svg"
46+
width="200px"
47+
/>
48+
</a>
49+
</p>
50+
51+
<h3 align="center">🥉 Bronze Sponsors</h3>
52+
53+
<p align="center">
54+
<a href="https://zenarchitects.co.jp/" target="_blank">
55+
<img
56+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/zenarchitects.png"
57+
width="144px"
58+
/>
59+
</a>
60+
</p>
61+
<p align="center">
62+
<a href="https://www.sendcloud.com/" target="_blank">
63+
<img
64+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/sendcloud.png"
65+
width="144px"
66+
/>
67+
</a>
68+
</p>
69+
<p align="center">
70+
<a href="https://www.vuemastery.com/" target="_blank">
71+
<img
72+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/vuemastery.png"
73+
width="144px"
74+
/>
75+
</a>
76+
</p>
77+
78+
<br/>
79+
80+
## :warning: Notice
81+
82+
This `next` branch is development branch for Vue 3! The version for Vue 2 is now in [`master`](https://github.com/intlify/vue-i18n-loader/tree/master) branch!
1483

1584

1685
<br/>

0 commit comments

Comments
 (0)