]> git.localhorst.tv Git - alttp.git/commitdiff
workaround vite locale bug
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 23 Jun 2025 20:00:04 +0000 (22:00 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 23 Jun 2025 20:00:04 +0000 (22:00 +0200)
resources/js/i18n/index.js

index 63803cd4c31b7dd3f6570085951ca22f85aa1539..0138bdfa2b3092e79920e830ebb8e3c96f0a0176 100644 (file)
@@ -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',