management/front/dkha-web-sz-main/node_modules/vue-i18n/README.md

148 lines
4.3 KiB
Markdown
Raw Normal View History

2023-12-18 13:12:25 +08:00
<p align="center"><img width="128px" height="112px" src="./assets/vue-i18n-logo.png" alt="Vue I18n logo"></p>
<h1 align="center">vue-i18n</h1>
<p align="center">
2024-01-16 21:26:16 +08:00
<a href="https://github.com/kazupon/vue-i18n/actions/workflows/ci.yml"><img src="https://github.com/kazupon/vue-i18n/actions/workflows/ci.yml/badge.svg" alt="Test Status"></a>
2023-12-18 13:12:25 +08:00
<a href="http://badge.fury.io/js/vue-i18n"><img src="https://badge.fury.io/js/vue-i18n.svg" alt="NPM version"></a>
<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>
</p>
<p align="center">Internationalization plugin for Vue.js</p>
2024-01-16 21:26:16 +08:00
<br/>
<h3 align="center">🏅 Platinum Sponsors</h3>
<p align="center">
<a href="https://zenarchitects.co.jp/" target="_blank">
<img
src="https://raw.githubusercontent.com/kazupon/vue-i18n/v8.x/vuepress/.vuepress/public/patrons/zenarchitects.png"
width="400px"
/>
</a>
</p>
<h3 align="center">✨ Special Sponsors</h3>
2023-12-18 13:12:25 +08:00
<p align="center">
2024-01-16 21:26:16 +08:00
<a
href="https://plaid.co.jp/"
target="_blank">
<img
src="https://raw.githubusercontent.com/kazupon/vue-i18n/v8.x/vuepress/.vuepress/public/patrons/plaid.svg"
width="240px"
/>
2023-12-18 13:12:25 +08:00
</a>
</p>
2024-01-16 21:26:16 +08:00
<h3 align="center">🥇 Gold Sponsors</h3>
2023-12-18 13:12:25 +08:00
<p align="center">
2024-01-16 21:26:16 +08:00
<a
href="https://nuxtjs.org/"
target="_blank">
<img
src="https://raw.githubusercontent.com/kazupon/vue-i18n/v8.x/vuepress/.vuepress/public/patrons/nuxt.png"
width="240px"
/>
</a>
</p>
<p align="center">
<a
href="https://rapidapi.com/"
target="_blank">
<img
src="https://raw.githubusercontent.com/kazupon/vue-i18n/v8.x/vuepress/.vuepress/public/patrons/RapidAPI.svg"
width="240px"
/>
</a>
</p>
<p align="center">
<a
href="https://localazy.com/blog/how-to-localize-vuejs-app-with-vue-i18n-and-localazy?utm_source=kazupon&utm_medium=banner&utm_campaign=sponsorships_kazupon&utm_content=logo"
target="_blank">
<img
src="https://raw.githubusercontent.com/kazupon/vue-i18n/v8.x/vuepress/.vuepress/public/patrons/localazy.svg"
width="240px"
/>
</a>
</p>
<p align="center">
<a
href="https://crowdin.com/teams/engineering?utm_source=vue-i18n.intlify.dev&utm_medium=referral"
target="_blank">
<img
src="https://raw.githubusercontent.com/kazupon/vue-i18n/v8.x/vuepress/.vuepress/public/patrons/crowdin.svg"
width="240px"
/>
</a>
</p>
<h3 align="center">🥈 Silver Sponsors</h3>
<h3 align="center">🥉 Bronze Sponsors</h3>
<p align="center">
<a href="https://www.sendcloud.com/" target="_blank">
<img
src="https://raw.githubusercontent.com/kazupon/vue-i18n/v8.x/vuepress/.vuepress/public/patrons/sendcloud.png"
width="144px"
/>
</a>
</p>
<p align="center">
<a href="https://www.vuemastery.com/" target="_blank">
<img
src="https://raw.githubusercontent.com/kazupon/vue-i18n/v8.x/vuepress/.vuepress/public/patrons/vuemastery.png"
width="144px"
/>
</a>
</p>
<p align="center">
<a href="https://www.deci-bel.com/" target="_blank">
<img
src="https://raw.githubusercontent.com/kazupon/vue-i18n/v8.x/vuepress/.vuepress/public/patrons/decibel.png"
width="144px"
/>
2023-12-18 13:12:25 +08:00
</a>
</p>
<br/>
2024-01-16 21:26:16 +08:00
## ⚠️ NOTICE
**This repository is for Vue I18n v8.x and Vue 2**
**If you want to know about how to usage for Vue I18n v9 on Vue 3, See the [this repository](https://github.com/intlify/vue-i18n-next))**
## 🙋‍♂️ About support for v8
We will follow Vue v2 maintenance lifespan
## 📔 Documentation
2023-12-18 13:12:25 +08:00
2024-01-16 21:26:16 +08:00
About Vue I18n v8.x, See [here](http://kazupon.github.io/vue-i18n/)
2023-12-18 13:12:25 +08:00
2024-01-16 21:26:16 +08:00
If you want to read Vue I18n v9 docs, See [here](https://vue-i18n.intlify.dev/)
2023-12-18 13:12:25 +08:00
2024-01-16 21:26:16 +08:00
## 📜 Changelog
2023-12-18 13:12:25 +08:00
Detailed changes for each release are documented in the [CHANGELOG.md](https://github.com/kazupon/vue-i18n/blob/dev/CHANGELOG.md).
2024-01-16 21:26:16 +08:00
## ❗ Issues
2023-12-18 13:12:25 +08:00
Please 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.
2024-01-16 21:26:16 +08:00
## 💪 Contribution
2023-12-18 13:12:25 +08:00
Please make sure to read the [Contributing Guide](https://github.com/kazupon/vue-i18n/blob/dev/CONTRIBUTING.md) before making a pull request.
2024-01-16 21:26:16 +08:00
## ©️ License
2023-12-18 13:12:25 +08:00
[MIT](http://opensource.org/licenses/MIT)