|
5 | 5 | [](https://www.npmjs.com/package/@intlify/vue-i18n-extensions)
|
6 | 6 | [](https://devtoken.rocks/package/vue-i18n-extensions)
|
7 | 7 |
|
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/> |
9 | 80 |
|
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! |
11 | 81 |
|
12 | 82 | This library exports the following extensions:
|
13 | 83 |
|
14 |
| - |
15 | 84 | ## :star: Features
|
16 | 85 |
|
17 | 86 | - Server-side rendering for `v-t` custom directive
|
|
0 commit comments