We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f15c3 commit 54981cdCopy full SHA for 54981cd
src/pages/404.astro
@@ -1,9 +1,8 @@
1
---
2
import Head from "@components/Head/index.astro";
3
import BaseLayout from "../layouts/BaseLayout.astro";
4
-import { getCurrentLocale, getUiTranslator } from "../i18n/utils.ts";
+import { getCurrentLocale } from "../i18n/utils.ts";
5
const currentLocale = getCurrentLocale(Astro.url.pathname);
6
-// const t = await getUiTranslator(currentLocale);
7
8
9
<Head title="404: Page Not Found" locale={currentLocale} />
0 commit comments