diff --git a/apps/web/src/components/game/GameSetup.tsx b/apps/web/src/components/game/GameSetup.tsx index 9315bc4..89c9f17 100644 --- a/apps/web/src/components/game/GameSetup.tsx +++ b/apps/web/src/components/game/GameSetup.tsx @@ -10,6 +10,9 @@ import type { GameRequest } from "@lila/shared"; const LABELS: Record = { en: "English", it: "Italian", + de: "German", + fr: "French", + es: "Spanish", noun: "Nouns", verb: "Verbs", easy: "Easy", diff --git a/eslint.config.mjs b/eslint.config.mjs index 31b3da2..290fa14 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -14,6 +14,7 @@ export default defineConfig([ "**/*.config.ts", "routeTree.gen.ts", "scripts/**", + "data-pipeline/**/*", ]), eslint.configs.recommended,