Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed May 29, 2024
1 parent 8d254a1 commit 7bb8477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n/resources/en.tsx
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7bb8477

Please sign in to comment.