diff --git a/@types/i18next.d.ts b/@types/i18next.d.ts index 196d1e48..0e51e06e 100644 --- a/@types/i18next.d.ts +++ b/@types/i18next.d.ts @@ -2,7 +2,7 @@ import 'i18next' // // // core/plugins // // // -import { resourcesDe as resourcesDeCore } from '../packages/core/src/locales' +import { resourcesDe as resourcesDeCore } from '@polar/core/src/locales' import { resourcesDe as resourcesDeAddressSearch } from '@polar/plugin-address-search/src/locales' import { resourcesDe as resourcesDeAttributions } from '@polar/plugin-attributions/src/locales' import { resourcesDe as resourcesDeDraw } from '@polar/plugin-draw/src/locales'