import type { I18nState } from './types'; export const i18nInitialState: I18nState = { translations: {}, };