Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: vue-i18n v8 EOL #2060

Merged
merged 2 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,25 +103,22 @@ Vue I18n is part of the Vue Ecosystem and Intlify Project is an open source proj
<br/>

## Status: [![CI](https://github.com/intlify/vue-i18n/actions/workflows/ci.yml/badge.svg)](https://github.com/intlify/vue-i18n/actions/workflows/ci.yml)
- v10: stable (About maintenance status, see the [here](https://vue-i18n.intlify.dev/guide/maintenance.html))
- v11: stable (About maintenance status, see the [here](https://vue-i18n.intlify.dev/guide/maintenance.html))
- [Documentation](https://vue-i18n.intlify.dev/)
- If you use Vue I18n v8 for Vue 2, see this [repository](https://github.com/kazupon/vue-i18n)

## Quickstart

- Via CDN: `<script src="https://unpkg.com/vue-i18n@9"></script>`
- Via CDN: `<script src="https://unpkg.com/vue-i18n@11"></script>`
- In-browser playground on [CodeSandbox](https://codesandbox.io/s/vue-i18n-9-template-h28c0)
- Add it to an existing Vue Project:
```bash
npm install vue-i18n@9
npm install vue-i18n@11
```

## Changes from Vue I18n v8
## Vue I18n v8

Please consult the [Migration Guide](https://vue-i18n.intlify.dev/guide/migration/breaking.html).
Vue I18n v8 has reached EOL and is no longer actively maintained. Upgrade to Vue I18n v9 or later.

## 🙋‍♂️ About support for v9 and earlier
- v7 and v8: we will follow Vue v2 maintenance lifespan

## 🍭 Examples

Expand Down
23 changes: 0 additions & 23 deletions docs-old/.vuepress/components/sponsor-button.vue

This file was deleted.

305 changes: 0 additions & 305 deletions docs-old/.vuepress/config.js

This file was deleted.

Binary file removed docs-old/.vuepress/public/patrons/babeledit.png
Binary file not shown.
Binary file removed docs-old/.vuepress/public/patrons/locize.png
Binary file not shown.
Binary file removed docs-old/.vuepress/public/patrons/sendcloud.png
Binary file not shown.
Loading
Loading