Replies: 1 comment
-
It match them by the index of appearance |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just found out if I put
<Trans>This is a <Link href="#">Clickable</Link></Trans>
or
both Link tag and p tag would be converted to <0>, <1>, <2>, ... etc. in the translation texts.
But when switching language, if I don't modify the <0>, <1>, <2> tags, how does lingui know which tag (e.g. Link, p) should be used there?
Beta Was this translation helpful? Give feedback.
All reactions