diff --git a/src/I18nHandler.tsx b/src/I18nHandler.tsx index 47058d2..8237ff3 100644 --- a/src/I18nHandler.tsx +++ b/src/I18nHandler.tsx @@ -2,7 +2,7 @@ import * as yup from "yup" import {useTranslation} from "react-i18next" import {useEffect} from "react" import {de} from "yup-locales" -import en from "yup/es/locale" +import en from "yup/lib/locale" const YUP_LOCALE_LANGUAGE_MAP: Record = { "en-US": en,