Skip to content

Commit 1510d43

Browse files
committed
update docs
1 parent 6b701c5 commit 1510d43

File tree

1 file changed

+7
-76
lines changed

1 file changed

+7
-76
lines changed

README.md

Lines changed: 7 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,31 @@
1-
# :globe_with_meridians: @intlify/vue-i18n-extensions
1+
# 🌏 @intlify/vue-i18n-extensions
22

3-
[![CircleCI](https://circleci.com/gh/intlify/vue-i18n-extensions/tree/next.svg?style=svg)](https://circleci.com/gh/intlify/vue-i18n-extensions/tree/dev)
43
[![npm](https://img.shields.io/npm/v/@intlify/vue-i18n-extensions/next.svg)](https://www.npmjs.com/package/@intlify/vue-i18n-extensions)
54
[![npm](https://img.shields.io/npm/v/@intlify/vue-i18n-extensions.svg)](https://www.npmjs.com/package/@intlify/vue-i18n-extensions)
65
[![vue-i18n-extensions Dev Token](https://badge.devtoken.rocks/vue-i18n-extensions)](https://devtoken.rocks/package/vue-i18n-extensions)
76

87
Extensions for vue-i18n
98

10-
## :warning: Notice
9+
## ⚠️ Notice
1110
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!
1211

1312

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-
8213
This library exports the following extensions:
8314

84-
## :star: Features
15+
## 🌟 Features
8516

8617
- Server-side rendering for `v-t` custom directive
8718
- Pre-Translation
8819

8920

90-
## :cd: Installation
21+
## 💿 Installation
9122

9223
```sh
9324
$ npm i --save-dev @intlify/vue-i18n-extensions@next
9425
```
9526

9627

97-
## :rocket: Extensions
28+
## 🚀 Extensions
9829

9930
### Server-side rendering for `v-t` custom directive
10031

@@ -263,11 +194,11 @@ You can specify the transform resulting from `transformVTDirective` in the compi
263194
- `vite` (`vueCompilerOptions` at [`CoreOptions`](https://github.com/vitejs/vite/blob/master/src/node/config.ts#L154))
264195

265196

266-
## API
197+
## 🤝 API
267198

268199
About details, See [docs](./docs/@intlify/vue-i18n-extensions-api.md)
269200

270201

271-
## :copyright: License
202+
## ©️ License
272203

273204
[MIT](http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)