forked from MapComplete/MapComplete
Fix certain tags having no translations in the theme
This commit is contained in:
parent
ccf1e636ee
commit
c101bdeceb
3 changed files with 43 additions and 1 deletions
|
@ -883,6 +883,15 @@
|
|||
},
|
||||
"4": {
|
||||
"then": "This street is paved"
|
||||
},
|
||||
"5": {
|
||||
"then": "This street is made from fine gravel"
|
||||
},
|
||||
"6": {
|
||||
"then": "This street is made from cobblestone"
|
||||
},
|
||||
"7": {
|
||||
"then": "This street is made from paving stones"
|
||||
}
|
||||
},
|
||||
"question": "What is the surface of the street made from?"
|
||||
|
|
|
@ -745,6 +745,15 @@
|
|||
},
|
||||
"4": {
|
||||
"then": "Deze straat is geplaveid"
|
||||
},
|
||||
"5": {
|
||||
"then": "Deze straat is gemaakt van fijn grind"
|
||||
},
|
||||
"6": {
|
||||
"then": "Deze straat is gemaakt van kasseien"
|
||||
},
|
||||
"7": {
|
||||
"then": "Deze straat is gemaakt van geplaveide stenen"
|
||||
}
|
||||
},
|
||||
"question": "Waaruit is het oppervlak van de straat gemaakt?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue