mirror of https://github.com/Bunsly/JobSpy
[fix] czech job types
parent
4e67c6e5a3
commit
66687850c2
|
@ -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",)
|
||||||
|
|
Loading…
Reference in New Issue