import { useTranslation } from 'react-i18next'; export const useT = () => useTranslation('environment').t;