From b2bbb4f63088006acf69b0e9f5d23be76538e4cc Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Tue, 21 Jul 2026 14:40:19 +0200 Subject: [PATCH] Fix case inconsistency for "Finnish" in language choices --- common/src/choices.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/choices.ts b/common/src/choices.ts index a72dca56..e86fd42d 100644 --- a/common/src/choices.ts +++ b/common/src/choices.ts @@ -97,7 +97,7 @@ export const LANGUAGE_CHOICES = { Dutch: 'dutch', 'Eastern Min': 'eastern-min', English: 'english', - Finnish: 'Finnish', + Finnish: 'finnish', French: 'french', Fula: 'fula', Gan: 'gan',