i18nUtils renamed with languageParser

This commit is contained in:
Al Murad Uzzaman
2024-05-20 14:12:10 +06:00
parent e7da8ab6df
commit b8c4619fa3
26 changed files with 54 additions and 188 deletions
+2 -2
View File
@@ -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() {