forked from MapComplete/MapComplete
Add translation files for shared questions
This commit is contained in:
parent
9a13df9130
commit
a8a4b797fd
7 changed files with 97 additions and 9 deletions
|
@ -71,12 +71,14 @@
|
|||
"question": {
|
||||
"en": "What are the opening hours of {name}?",
|
||||
"fr": "Quelles sont les horaires d'ouverture de {name}?",
|
||||
"de": "Was sind die Öffnungszeiten von {name}?"
|
||||
"de": "Was sind die Öffnungszeiten von {name}?",
|
||||
"nl": "Wat zijn de openingsuren van {name}?"
|
||||
},
|
||||
"render": {
|
||||
"de": "<h3>Öffnungszeiten</h3>{opening_hours_table(opening_hours)}",
|
||||
"fr": "<h3>Horaires d'ouverture</h3>{opening_hours_table(opening_hours)}",
|
||||
"en": "<h3>Opening hours</h3>{opening_hours_table(opening_hours)}"
|
||||
"en": "<h3>Opening hours</h3>{opening_hours_table(opening_hours)}",
|
||||
"nl": "<h3>Openingsuren</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "opening_hours",
|
||||
|
@ -92,4 +94,4 @@
|
|||
"#": "Prints all the tags",
|
||||
"render": "{all_tags()}"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue