import React from 'react' import { Trans } from 'react-i18next' export default function ComponentWithTrans () { return (

Alternatively, you can use Trans component.

) }