Translation reset

This commit is contained in:
Pieter Vander Vennet 2021-10-09 23:24:20 +02:00
parent 9faac532b5
commit 661c606b71
6 changed files with 60 additions and 36 deletions

View file

@ -78,6 +78,14 @@
}
},
"question": "Is this place accessible with a wheelchair?"
},
"wikipedialink": {
"mappings": {
"0": {
"then": "Not linked with Wikipedia"
}
},
"question": "What is the corresponding item on Wikipedia?"
}
}
}

View file

@ -78,6 +78,14 @@
}
},
"question": "Is deze plaats rolstoeltoegankelijk?"
},
"wikipedialink": {
"mappings": {
"0": {
"then": "Nog geen Wikipedia-artikel bekend"
}
},
"question": "Welk Wikipedia-artikel beschrijft dit object?"
}
}
}