Skip to content

Commit 6d00b49

Browse files
committed
chore(docs): update sponsors
1 parent ba54b54 commit 6d00b49

File tree

2 files changed

+118
-9
lines changed

2 files changed

+118
-9
lines changed

README.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,67 @@
99
</p>
1010
<p align="center">ESLint plugin for Vue I18n</p>
1111

12+
<h2 align="center">Supporting Intlify Project</h2>
13+
14+
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:
15+
16+
- [Become a Sponsor on GitHub](https://github.com/sponsors/kazupon)
17+
18+
<h3 align="center">🥇 Gold Sponsors</h3>
19+
20+
<p align="center">
21+
<a
22+
href="https://nuxtjs.org/"
23+
target="_blank">
24+
<img
25+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/nuxt.png"
26+
width="240px"
27+
/>
28+
</a>
29+
</p>
30+
31+
<h3 align="center">🥈 Silver Sponsors</h3>
32+
33+
<p align="center">
34+
<a
35+
href="https://www.codeandweb.com/babeledit?utm_campaign=vue-i18n-2019-01"
36+
target="_blank">
37+
<img
38+
src="https://secure.codeandweb.com/static/babeledit.svg"
39+
width="200px"
40+
/>
41+
</a>
42+
</p>
43+
44+
<h3 align="center">🥉 Bronze Sponsors</h3>
45+
46+
<p align="center">
47+
<a href="https://zenarchitects.co.jp/" target="_blank">
48+
<img
49+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/zenarchitects.png"
50+
width="144px"
51+
/>
52+
</a>
53+
</p>
54+
<p align="center">
55+
<a href="https://www.sendcloud.com/" target="_blank">
56+
<img
57+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/sendcloud.png"
58+
width="144px"
59+
/>
60+
</a>
61+
</p>
62+
<p align="center">
63+
<a href="https://www.vuemastery.com/" target="_blank">
64+
<img
65+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/vuemastery.png"
66+
width="144px"
67+
/>
68+
</a>
69+
</p>
70+
71+
<br/>
72+
1273
## :book: Documentation
1374

1475
See [here](https://eslint-plugin-vue-i18n.intlify.dev)

docs/README.md

Lines changed: 57 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,66 @@ eslint-plugin-vue-i18n is ESLint plugin of Vue I18n. It easily integrates some l
66

77
Go to [Get Started](./started.md)
88

9+
## Sponsors
10+
11+
### 🥇 Gold
12+
13+
<p align="center">
14+
<a
15+
href="https://nuxtjs.org/"
16+
target="_blank">
17+
<img
18+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/nuxt.png"
19+
width="240px"
20+
/>
21+
</a>
22+
</p>
23+
24+
### 🥈 Silver
25+
26+
<p align="center">
27+
<a
28+
href="https://www.codeandweb.com/babeledit?utm_campaign=vue-i18n-2019-01"
29+
target="_blank">
30+
<img
31+
src="https://secure.codeandweb.com/static/babeledit.svg"
32+
width="200px"
33+
/>
34+
</a>
35+
</p>
36+
37+
### 🥉 Bronze
38+
39+
<p align="center">
40+
<a href="https://zenarchitects.co.jp/" target="_blank">
41+
<img
42+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/zenarchitects.png"
43+
width="144px"
44+
/>
45+
</a>
46+
</p>
47+
<p align="center">
48+
<a href="https://www.sendcloud.com/" target="_blank">
49+
<img
50+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/sendcloud.png"
51+
width="144px"
52+
/>
53+
</a>
54+
</p>
55+
<p align="center">
56+
<a href="https://www.vuemastery.com/" target="_blank">
57+
<img
58+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/vuemastery.png"
59+
width="144px"
60+
/>
61+
</a>
62+
</p>
63+
64+
965
## Become a Sponsor
1066

11-
Is your company using vue-i18n, eslint-plugin-vue-i18n, and related vue-i18n tools to build awesome apps? Become a sponsor to add your logo on this documentation! Supporting me on GitHub Sponsors and Patreon allows me to work less for a job and to work more on Free Open Source Software such as eslint-plugin-vue-i18n! Thank you!
67+
Is your company using eslint-plugin-vue-i18n, and related [Intlify](https://github.com/intlify) project i18n tools to build awesome apps? Become a sponsor to add your logo on this documentation! Supporting me on GitHub Sponsors and Patreon allows me to work less for a job and to work more on Free Open Source Software such as eslint-plugin-vue-i18n! Thank you!
1268

1369
<div class="github">
1470
<sponsor-button />
1571
</div>
16-
17-
<div class="patreon">
18-
<p style="text-align: center;">
19-
<a href="https://www.patreon.com/kazupon" target="_blank">
20-
<img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" alt="Become a Patreon">
21-
</a>
22-
</p>
23-
</div>

0 commit comments

Comments
 (0)