Skip to content

Commit

Permalink
Update recipes/workflows/translations.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Sokratis Vidros <[email protected]>
  • Loading branch information
davidsoderberg and SokratisVidros authored Aug 20, 2024
1 parent be34169 commit e403fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/workflows/translations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Translations allow you to seamlessly adapt your notification workflows to differ

The following example uses [i18n](https://www.npmjs.com/package/i18n) in a simple text email, but if you use React to create your emails you can use [react-i18next](https://react.i18next.com/) and pass the variables needed for it. Before using i18n to translate, the subscriber's locale is used to set to the language that this email should be translated to.

**Note:** Translations in `@novu/framework` have no connection to translations in [v0.x](https://v0.x-docs.novu.co/content-creation-design/translations).
**Note:** Translations in `@novu/framework` are entirely separate from translations in [v0.x](https://v0.x-docs.novu.co/content-creation-design/translations).

```typescript
import { workflow } from '@novu/framework';
Expand Down

0 comments on commit e403fd5

Please sign in to comment.