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
+1 -2
View File
@@ -1,6 +1,5 @@
---
import { slugSelector } from "@/lib/languageParser.astro";
import { getLangFromUrl } from "@/lib/utils/i18nUtils";
import { getLangFromUrl, slugSelector } from "@/lib/utils/languageParser";
const lang = getLangFromUrl(Astro.url);