auto-schedule-pro-v2: add support for updated schedule v2 "consulting" lesson type
This commit is contained in:
parent
56c45d1beb
commit
f1f69b4395
|
@ -24,7 +24,8 @@ WEEKDAYS_GENITIVE_THIS = ["цього понеділка", "цього вівт
|
||||||
lesson_types_to_strings = {
|
lesson_types_to_strings = {
|
||||||
"lec": "лекція",
|
"lec": "лекція",
|
||||||
"prac": "практика",
|
"prac": "практика",
|
||||||
"lab": "лабораторна"
|
"lab": "лабораторна",
|
||||||
|
"con": "консультація"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue