We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbe54d commit 2b756d3Copy full SHA for 2b756d3
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