Skip to content

Commit 05a485b

Browse files
authored
Merge pull request #8 from unlibra/docs/deprecation-notice
docs: add deprecation notice for migration to @i18n-tiny/next
2 parents 2080d72 + 4ac5498 commit 05a485b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# next-i18n-tiny
22

3+
> **⚠️ DEPRECATED**
4+
>
5+
> This package has been moved to **[@i18n-tiny/next](https://www.npmjs.com/package/@i18n-tiny/next)**.
6+
>
7+
> Please migrate to the new package for continued support and updates.
8+
>
9+
> ## Migration Guide
10+
>
11+
> The API is 100% compatible. Simply update your import:
12+
>
13+
> ```diff
14+
> - import { define } from 'next-i18n-tiny'
15+
> + import { define } from '@i18n-tiny/next'
16+
> ```
17+
>
18+
> Then install the new package:
19+
>
20+
> ```bash
21+
> npm uninstall next-i18n-tiny
22+
> npm install @i18n-tiny/next
23+
> ```
24+
>
25+
> For more information, see the [new package documentation](https://github.com/unlibra/i18n-tiny/tree/main/packages/next).
26+
27+
---
28+
329
[![npm version](https://img.shields.io/npm/v/next-i18n-tiny.svg)](https://www.npmjs.com/package/next-i18n-tiny)
430
<!-- [![npm downloads](https://img.shields.io/npm/dm/next-i18n-tiny.svg)](https://www.npmjs.com/package/next-i18n-tiny) -->
531
[![CI](https://github.com/unlibra/next-i18n-tiny/workflows/CI/badge.svg)](https://github.com/unlibra/next-i18n-tiny/actions)

0 commit comments

Comments
 (0)