We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39dc974 commit 7f85f52Copy full SHA for 7f85f52
README.md
@@ -40,7 +40,7 @@ The general i18next documentation is published on [www.i18next.com](https://www.
40
41
**Before:** Your react code would have looked something like:
42
43
-```jsx
+```html
44
...
45
<div>Just simple content</div>
46
<div>
@@ -51,7 +51,7 @@ The general i18next documentation is published on [www.i18next.com](https://www.
51
52
**After:** With the trans component just change it to:
53
54
55
56
<div>{t('simpleContent')}</div>
57
<Trans i18nKey="userMessagesUnread" count={count}>
0 commit comments