...
Code Block | ||
---|---|---|
| ||
hello_msg: "Hello <linkToGoogle>amazing<linkToGoogle/> world" |
Without the <Trans> component
A link can be added to a whole sentence without the <Trans> component.
Code Block |
---|
<Link href='https://www.google.com/'>{t('hello_msg')}</Link> |
...
Code Block | ||
---|---|---|
| ||
hello_msg: "Hello <linkToGoogle>amazing<linkToGoogle/> world" |
A link can be added to a whole sentence without the <Trans> component.
Code Block |
---|
<Link href='https://www.google.com/'>{t('hello_msg')}</Link> |