Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-05-21 02:31:32 +02:00
parent 31eecb02f6
commit b94a69ad76
54 changed files with 762 additions and 627 deletions

View file

@ -128,4 +128,4 @@
"question": "Was ist der entsprechende Artikel auf Wikipedia?"
}
}
}
}

View file

@ -44,6 +44,10 @@
"question": "Pada tingkat apa fitur ini diletakkan?",
"render": "Terletak di lantai {level}"
},
"opening_hours": {
"question": "Kapan jam buka {title()}?",
"render": "<h3>Jam buka</h3>{opening_hours_table(opening_hours)}"
},
"payment-options": {
"mappings": {
"0": {
@ -61,10 +65,6 @@
"website": {
"question": "Apa situs web dari {title()}?"
},
"opening_hours": {
"question": "Kapan jam buka {title()}?",
"render": "<h3>Jam buka</h3>{opening_hours_table(opening_hours)}"
},
"wheelchair-access": {
"mappings": {
"1": {
@ -75,19 +75,19 @@
}
}
},
"wikipedialink": {
"mappings": {
"0": {
"then": "Tidak ditautkan dengan Wikipedia"
}
}
},
"wikipedia": {
"mappings": {
"1": {
"then": "Belum ada halaman Wikipedia yang ditautkan"
}
}
},
"wikipedialink": {
"mappings": {
"0": {
"then": "Tidak ditautkan dengan Wikipedia"
}
}
}
}
}
}