wip: Add circles to importer [skip ci]
This commit is contained in:
parent
5a461ca86f
commit
bed9dcce61
|
|
@ -187,6 +187,70 @@ LP_DATA = {
|
||||||
"edoniq_tests": [],
|
"edoniq_tests": [],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"Reisen & Rechtsstreitigkeiten": {
|
||||||
|
"de": {
|
||||||
|
"title": "Reisen & Rechtsstreitigkeiten",
|
||||||
|
"slug": "reisen-rechtsstreitigkeiten",
|
||||||
|
"presence_course": "",
|
||||||
|
"assignments": [
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
],
|
||||||
|
"edoniq_tests": [],
|
||||||
|
},
|
||||||
|
"fr": {
|
||||||
|
"title": "Voyages / Litiges juridiques",
|
||||||
|
"slug": "voyages-litiges-juridiques",
|
||||||
|
"presence_course": "",
|
||||||
|
"assignments": [
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
],
|
||||||
|
"edoniq_tests": [],
|
||||||
|
},
|
||||||
|
"it": {
|
||||||
|
"title": "Viaggi e controversie giuridiche",
|
||||||
|
"slug": "viaggi-e-controversie-giuridiche",
|
||||||
|
"presence_course": "",
|
||||||
|
"assignments": [
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
],
|
||||||
|
"edoniq_tests": [],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
"Wohneigentum": {
|
||||||
|
"de": {
|
||||||
|
"title": "Wohneigentum",
|
||||||
|
"slug": "wohneigentum",
|
||||||
|
"presence_course": "",
|
||||||
|
"assignments": [
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
],
|
||||||
|
"edoniq_tests": [],
|
||||||
|
},
|
||||||
|
"fr": {
|
||||||
|
"title": "Propriété du logement",
|
||||||
|
"slug": "propriété-du-logement",
|
||||||
|
"presence_course": "",
|
||||||
|
"assignments": [
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
],
|
||||||
|
"edoniq_tests": [],
|
||||||
|
},
|
||||||
|
"it": {
|
||||||
|
"title": "Casa di proprietà",
|
||||||
|
"slug": "casa-di-proprietà",
|
||||||
|
"presence_course": "",
|
||||||
|
"assignments": [
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
],
|
||||||
|
"edoniq_tests": [],
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
# the request is always, so we cannot rely on the language in the request
|
# the request is always, so we cannot rely on the language in the request
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue