import t from 'coral-framework/services/i18n'; export default { email: t('error.email'), password: t('error.password'), username: t('error.username'), confirmPassword: t('error.confirm_password'), organizationName: t('error.organization_name'), };