participant-calibration flow implemented

This commit is contained in:
averel10
2026-03-27 07:28:35 +01:00
parent 5503a1812c
commit 9a54d91a4f
7 changed files with 606 additions and 3 deletions

View File

@@ -9,6 +9,16 @@ export const DIALECT_LABELS: Record<string, string> = {
de: 'Deutsch',
};
export const DIALECT_LABELS_WITHOUT_DE: Record<string, string> = {
ch_be: 'Bern',
ch_bs: 'Basel',
ch_gr: 'Graubünden',
ch_in: 'Innerschweiz',
ch_os: 'Ostschweiz',
ch_vs: 'Wallis',
ch_zh: 'Zürich'
};
export type DatasetEntryForAnnotation = {
id: number;
externalId: string;