Skip to content

Commit 54981cd

Browse files
committed
404: remove as-yet unused ui translator
1 parent f9f15c3 commit 54981cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/404.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
import Head from "@components/Head/index.astro";
33
import BaseLayout from "../layouts/BaseLayout.astro";
4-
import { getCurrentLocale, getUiTranslator } from "../i18n/utils.ts";
4+
import { getCurrentLocale } from "../i18n/utils.ts";
55
const currentLocale = getCurrentLocale(Astro.url.pathname);
6-
// const t = await getUiTranslator(currentLocale);
76
---
87

98
<Head title="404: Page Not Found" locale={currentLocale} />

0 commit comments

Comments
 (0)