Skip to content

Instantly share code, notes, and snippets.

@amazingandyyy
Last active August 12, 2020 04:02
Show Gist options
  • Save amazingandyyy/27ff27cb10298f8054b9f21e1a287102 to your computer and use it in GitHub Desktop.
Save amazingandyyy/27ff27cb10298f8054b9f21e1a287102 to your computer and use it in GitHub Desktop.
import { withTranslation } from 'react-i18next';
const { t } = this.props;
...
{t('testing')}
export default withTranslation()();
@amazingandyyy
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment