export const I18N = { DEFAULT_LOCALE: 'en', LOCALES: [ { label: 'English', value: 'en' }, ], } as const