Merge branch 'master' into develop

This commit is contained in:
Pieter Vander Vennet 2022-05-23 01:24:18 +02:00
commit 839513b9b4
58 changed files with 770 additions and 645 deletions

View file

@ -131,4 +131,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"
}
}
}
}
}
}