From 7bb8477a8f365cd7f789262da1c0a9ad882f4936 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Thu, 30 May 2024 01:16:43 +0200 Subject: [PATCH] Fix build --- src/i18n/resources/en.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/resources/en.tsx b/src/i18n/resources/en.tsx index 886f701..e6704bf 100644 --- a/src/i18n/resources/en.tsx +++ b/src/i18n/resources/en.tsx @@ -1,6 +1,6 @@ import type { Translations } from "../types"; -export const translations: Translations<"fr"> = { +export const translations: Translations<"en"> = { /* spell-checker: disable */ Header: { "select language": "Select language",