Skip to content

Commit c54245f

Browse files
authored
docs(format-po): fix import in v4 migration (#1680)
1 parent e18dac7 commit c54245f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/releases/migration-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You need to add this comment manually to all your messages with explicit IDs.
7070

7171
If you exclusively use explicit IDs in your project, you may consider enabling a different processing mode for the PO formatter. This can be done in your Lingui config file:
7272
```ts title="lingui.config.ts"
73-
import { formatter } from '@lingui/po-format'
73+
import { formatter } from '@lingui/format-po'
7474
import { LinguiConfig } from '@lingui/config'
7575

7676
const config: LinguiConfig = {

0 commit comments

Comments
 (0)