Add support for user's native language in VocabCourseListView

- Introduced a new option for selecting the user's native language in the course selection dropdown.
- Implemented logic to load the user's native language based on the UI language and map it to the corresponding language ID.
- Updated internationalization files to include strings for the user's native language in both German and English, enhancing the user experience.
This commit is contained in:
Torsten Schulz (local)
2026-01-19 13:54:03 +01:00
parent 89ec084106
commit a657c59b2c
3 changed files with 36 additions and 1 deletions

View File

@@ -355,6 +355,7 @@
"targetLanguage": "Zielsprache",
"nativeLanguage": "Muttersprache",
"allNativeLanguages": "Alle Muttersprachen",
"myNativeLanguage": "Meine Muttersprache",
"forAllLanguages": "Für alle Sprachen",
"optional": "Optional",
"invalidCode": "Ungültiger Code",

View File

@@ -355,6 +355,7 @@
"targetLanguage": "Target Language",
"nativeLanguage": "Native Language",
"allNativeLanguages": "All Native Languages",
"myNativeLanguage": "My Native Language",
"forAllLanguages": "For All Languages",
"optional": "Optional",
"invalidCode": "Invalid code",