mirror of
http://172.20.10.11:3000/gitadmin/INSIGHT-MVP.git
synced 2026-06-24 22:46:39 +02:00
feat: add 'Verhandlungssicher' language level option
Language levels now: Muttersprache, Verhandlungssicher, Fließend, Gut Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c40d768827
commit
ea5dfda913
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ interface LanguagesSectionProps {
|
|||
onUpdate: () => Promise<void>;
|
||||
}
|
||||
|
||||
const LANGUAGE_LEVELS = ['Muttersprache', 'Fließend', 'Gut'];
|
||||
const LANGUAGE_LEVELS = ['Muttersprache', 'Verhandlungssicher', 'Fließend', 'Gut'];
|
||||
|
||||
export function LanguagesSection({ languages, onUpdate }: LanguagesSectionProps) {
|
||||
const [language, setLanguage] = useState('');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue