File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 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[](https://www.npmjs.com/package/next-i18n-tiny)
430<!-- [](https://www.npmjs.com/package/next-i18n-tiny) -->
531[](https://github.com/unlibra/next-i18n-tiny/actions)
You can’t perform that action at this time.
0 commit comments