mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
refactor: add exercise category
This commit is contained in:
@@ -92,6 +92,7 @@ export type SCAcademicEventCategories =
|
|||||||
| 'course'
|
| 'course'
|
||||||
| 'practicum introduction'
|
| 'practicum introduction'
|
||||||
| 'excursion'
|
| 'excursion'
|
||||||
|
| 'exercise'
|
||||||
| 'special';
|
| 'special';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -152,6 +153,7 @@ export class SCAcademicEventMeta
|
|||||||
'colloquium': 'Kolloquium',
|
'colloquium': 'Kolloquium',
|
||||||
'course': 'Kurs',
|
'course': 'Kurs',
|
||||||
'excursion': 'Exkursion',
|
'excursion': 'Exkursion',
|
||||||
|
'exercise': 'Übung',
|
||||||
'integrated course': '',
|
'integrated course': '',
|
||||||
'introductory class': 'Einführungsveranstaltung',
|
'introductory class': 'Einführungsveranstaltung',
|
||||||
'lecture': 'Vorlesung',
|
'lecture': 'Vorlesung',
|
||||||
|
|||||||
Reference in New Issue
Block a user