From 1715726ec687f5a2e60d9c58872c7934031ea6ca Mon Sep 17 00:00:00 2001 From: lila Date: Tue, 21 Apr 2026 14:44:01 +0200 Subject: [PATCH 1/2] excluding temporary status of data-pipeline --- eslint.config.mjs | 1 + 1 file changed, 1 insertion(+) 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, From 0dba68904e3240d27f157a103b403dbb592ad57e Mon Sep 17 00:00:00 2001 From: lila Date: Tue, 21 Apr 2026 14:44:14 +0200 Subject: [PATCH 2/2] adding labels --- apps/web/src/components/game/GameSetup.tsx | 3 +++ 1 file changed, 3 insertions(+) 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",