mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-20 15:13:39 +09:00
i18nUtils renamed with languageParser
This commit is contained in:
+2
-2
@@ -1,12 +1,12 @@
|
||||
---
|
||||
import config from "@/config/config.json";
|
||||
import Base from "@/layouts/Base.astro";
|
||||
import { slugSelector } from "@/lib/languageParser.astro";
|
||||
import {
|
||||
getLangFromUrl,
|
||||
getTranslations,
|
||||
supportedLang,
|
||||
} from "@/lib/utils/i18nUtils";
|
||||
slugSelector,
|
||||
} from "@/lib/utils/languageParser";
|
||||
import type { ContentEntryMap } from "astro:content";
|
||||
|
||||
export function getStaticPaths() {
|
||||
|
||||
Reference in New Issue
Block a user