From: Daniel Karbach Date: Mon, 23 Jun 2025 20:00:04 +0000 (+0200) Subject: workaround vite locale bug X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=15245212eed08aed7a2a6f8f628b2186c9e48041;p=alttp.git workaround vite locale bug --- diff --git a/resources/js/i18n/index.js b/resources/js/i18n/index.js index 63803cd..0138bdf 100644 --- a/resources/js/i18n/index.js +++ b/resources/js/i18n/index.js @@ -7,7 +7,7 @@ import { initReactI18next } from 'react-i18next'; import de from './de'; import en from './en'; import 'numeral/locales/de'; -import 'moment/locale/de'; +import 'moment/dist/locale/de'; const supportedLocales = [ 'de',