[fix] czech job types

pull/58/head
Cullen Watson 2023-10-18 03:40:50 +00:00
parent 4e67c6e5a3
commit 66687850c2
1 changed files with 7 additions and 2 deletions

View File

@ -37,10 +37,15 @@ class JobType(Enum):
"повназайнятість", "повназайнятість",
"toànthờigian", "toànthờigian",
) )
PART_TIME = ("parttime", "teilzeit") PART_TIME = (
"parttime",
"teilzeit",
"Částečnýúvazek",
"Deltid"
)
CONTRACT = ("contract", "contractor") CONTRACT = ("contract", "contractor")
TEMPORARY = ("temporary",) TEMPORARY = ("temporary",)
INTERNSHIP = ("internship", "prácticas", "ojt(onthejobtraining)", "praktikum") INTERNSHIP = ("internship", "prácticas", "ojt(onthejobtraining)", "praktikum", "Praktik")
PER_DIEM = ("perdiem",) PER_DIEM = ("perdiem",)
NIGHTS = ("nights",) NIGHTS = ("nights",)