|
1 |
| -# :globe_with_meridians: @intlify/vue-i18n-extensions |
| 1 | +# 🌏 @intlify/vue-i18n-extensions |
2 | 2 |
|
3 |
| -[](https://circleci.com/gh/intlify/vue-i18n-extensions/tree/dev) |
4 | 3 | [](https://www.npmjs.com/package/@intlify/vue-i18n-extensions)
|
5 | 4 | [](https://www.npmjs.com/package/@intlify/vue-i18n-extensions)
|
6 | 5 | [](https://devtoken.rocks/package/vue-i18n-extensions)
|
7 | 6 |
|
8 | 7 | Extensions for vue-i18n
|
9 | 8 |
|
10 |
| -## :warning: Notice |
| 9 | +## ⚠️ Notice |
11 | 10 | 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 | 11 |
|
13 | 12 |
|
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/> |
80 |
| - |
81 |
| - |
82 | 13 | This library exports the following extensions:
|
83 | 14 |
|
84 |
| -## :star: Features |
| 15 | +## 🌟 Features |
85 | 16 |
|
86 | 17 | - Server-side rendering for `v-t` custom directive
|
87 | 18 | - Pre-Translation
|
88 | 19 |
|
89 | 20 |
|
90 |
| -## :cd: Installation |
| 21 | +## 💿 Installation |
91 | 22 |
|
92 | 23 | ```sh
|
93 | 24 | $ npm i --save-dev @intlify/vue-i18n-extensions@next
|
94 | 25 | ```
|
95 | 26 |
|
96 | 27 |
|
97 |
| -## :rocket: Extensions |
| 28 | +## 🚀 Extensions |
98 | 29 |
|
99 | 30 | ### Server-side rendering for `v-t` custom directive
|
100 | 31 |
|
@@ -263,11 +194,11 @@ You can specify the transform resulting from `transformVTDirective` in the compi
|
263 | 194 | - `vite` (`vueCompilerOptions` at [`CoreOptions`](https://github.com/vitejs/vite/blob/master/src/node/config.ts#L154))
|
264 | 195 |
|
265 | 196 |
|
266 |
| -## API |
| 197 | +## 🤝 API |
267 | 198 |
|
268 | 199 | About details, See [docs](./docs/@intlify/vue-i18n-extensions-api.md)
|
269 | 200 |
|
270 | 201 |
|
271 |
| -## :copyright: License |
| 202 | +## ©️ License |
272 | 203 |
|
273 | 204 | [MIT](http://opensource.org/licenses/MIT)
|
0 commit comments