Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
hviana authored Dec 19, 2024
1 parent d661f54 commit a897d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -315,7 +315,7 @@ In `static/translations/en/general.json`:

Printing directly:
```jsx
<input placeholder={T({text:"emailPlaceholder"})}/>
<input placeholder={T({ text: "emailPlaceholder" })} />
```

The framework translation is just a wrapper over i18next. See the i18next

0 comments on commit a897d2b

Please sign in to comment.