UNPKG

2.58 kBMarkdownView Raw
1<p align="center"><img width="128px" height="112px" src="./assets/vue-i18n-logo.png" alt="Vue I18n logo"></p>
2<h1 align="center">vue-i18n</h1>
3<p align="center">
4 <a href="https://circleci.com/gh/kazupon/vue-i18n/tree/dev"><img src="https://circleci.com/gh/kazupon/vue-i18n/tree/dev.svg?style=shield" alt="Build Status"></a>
5 <a href="https://codecov.io/gh/kazupon/vue-i18n"><img src="https://codecov.io/gh/kazupon/vue-i18n/branch/dev/graph/badge.svg" alt="Coverage Status"></a>
6 <a href="http://badge.fury.io/js/vue-i18n"><img src="https://badge.fury.io/js/vue-i18n.svg" alt="NPM version"></a>
7 <a href="https://discord.gg/4yCnk2m"><img src="https://img.shields.io/badge/Discord-join%20chat-738bd7.svg" alt="vue-i18n channel on Discord"></a>
8 <a href="https://devtoken.rocks/package/vue-i18n"><img src="https://badge.devtoken.rocks/vue-i18n" alt="vue-i18n Dev Token"></a>
9</p>
10
11<p align="center">Internationalization plugin for Vue.js</p>
12
13<h3 align="center">Silver Sponsors</h3>
14
15<p align="center">
16 <a href="https://www.codeandweb.com/babeledit?utm_campaign=vue-i18n-2019-01" target="_blank">
17 <img src="https://raw.githubusercontent.com/kazupon/vue-i18n/dev/vuepress/.vuepress/public/patrons/babeledit.png">
18 </a>
19</p>
20
21<p align="center">
22 <a href="https://www.patreon.com/kazupon" target="_blank">
23 <img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" alt="Become a Patreon">
24 </a>
25</p>
26
27<br/>
28
29## :loudspeaker: Notice
30
31vue-i18n will soon be transferred to [intlify organaization](https://github.com/intlify). After that, it will be developed and maintained on intlify.
32
33The `vue-i18n` that has been released on npm will be released as `@intlify/vue-i18n` in near future.
34
35`@intlify/vue-i18n` repo is [here](https://github.com/intlify/vue-i18n-next)
36
37Intlify is a new i18n project kickoff by @kazupon. 😉
38
39## :book: Documentation
40
41See [here](http://kazupon.github.io/vue-i18n/)
42
43
44## :scroll: Changelog
45
46Detailed changes for each release are documented in the [CHANGELOG.md](https://github.com/kazupon/vue-i18n/blob/dev/CHANGELOG.md).
47
48
49## :exclamation: Issues
50
51Please make sure to read the [Issue Reporting Checklist](https://github.com/kazupon/vue-i18n/blob/dev/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.
52
53
54## :muscle: Contribution
55
56Please make sure to read the [Contributing Guide](https://github.com/kazupon/vue-i18n/blob/dev/CONTRIBUTING.md) before making a pull request.
57
58
59## :copyright: License
60
61[MIT](http://opensource.org/licenses/MIT)