import { type I18nKeyFunction } from '../types/i18next'; export const i18nT: I18nKeyFunction = (key) => key;