feat: Add inlang CLI and VS Code extension for i18n tooling and adjust locale import path.

This commit is contained in:
Jrodenas
2026-03-05 19:00:31 +01:00
parent b4a6555e5e
commit 9d1f35c629
4 changed files with 15 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import {
Scripts
} from "@tanstack/react-router"
import { Devtools } from "@/integrations/devtools"
import { getLocale } from "@/paraglide/runtime"
import { getLocale } from "@/integrations/paraglide/runtime"
import appCss from "@/styles/globals.css?url"
import Header from "../components/Header"