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