Skip to content

Commit

Permalink
docs(format-po): fix import in v4 migration (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
stovmascript authored May 29, 2023
1 parent e18dac7 commit c54245f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/releases/migration-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ You need to add this comment manually to all your messages with explicit IDs.

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:
```ts title="lingui.config.ts"
import { formatter } from '@lingui/po-format'
import { formatter } from '@lingui/format-po'
import { LinguiConfig } from '@lingui/config'

const config: LinguiConfig = {
Expand Down

1 comment on commit c54245f

@vercel
Copy link

@vercel vercel bot commented on c54245f May 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.