import { useTranslation } from 'react-i18next' const App = () => { const { t } = useTranslation() return { t('message.something') } }