Skip to content

Commit

Permalink
fix: Added translation example back.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabaj committed Aug 7, 2024
1 parent 60a16a7 commit 34b8784
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/module/patternfly-docs/content/examples/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,10 @@ User feedback supports the ability to make asynchronous calls to send data colle
The following example demonstrates how to use the `async` function to send data to a backend service.
```js file="./Async.tsx"

```

### Modal with internationalization support
To customize the content displayed in the feedback modal, pass in a custom `i18n` object with values for each property of`<FeedbackModal>`. This allows you to prepare a modal for different languages and requirements.
```js file="./i18n.tsx"

```

0 comments on commit 34b8784

Please sign in to comment.