Skip to content

Commit 4e6ef20

Browse files
authored
docs: re-add msg to v4 -> v5 migration docs (#2084)
1 parent 7b9ca5b commit 4e6ef20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/releases/migration-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The `@lingui/macro` package has been split into two separate entry points from t
1919

2020
```diff
2121
- import { t, plural, select, selectOrdinal, defineMessage, msg } from "@lingui/macro";
22-
+ import { t, plural, select, selectOrdinal, defineMessage } from "@lingui/core/macro";
22+
+ import { t, plural, select, selectOrdinal, defineMessage, msg } from "@lingui/core/macro";
2323

2424
- import { Trans, Plural, Select, SelectOrdinal } from "@lingui/macro";
2525
+ import { Trans, Plural, Select, SelectOrdinal } from "@lingui/react/macro";

0 commit comments

Comments
 (0)