forked from MapComplete/MapComplete
Themes: allow multiple internet access types
This commit is contained in:
parent
00024628cd
commit
786b850dbe
1 changed files with 2 additions and 1 deletions
|
@ -2080,6 +2080,7 @@
|
||||||
"ca": "Aquest lloc ofereix accés a internet?",
|
"ca": "Aquest lloc ofereix accés a internet?",
|
||||||
"pl": "Czy to miejsce oferuje dostęp do Internetu?"
|
"pl": "Czy to miejsce oferuje dostęp do Internetu?"
|
||||||
},
|
},
|
||||||
|
"multiAnswer": true,
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": "internet_access=wlan",
|
"if": "internet_access=wlan",
|
||||||
|
@ -2259,7 +2260,7 @@
|
||||||
"labels": [
|
"labels": [
|
||||||
"internet-all"
|
"internet-all"
|
||||||
],
|
],
|
||||||
"condition": "internet_access=wlan",
|
"condition": "internet_access~.*wlan.*",
|
||||||
"question": {
|
"question": {
|
||||||
"en": "What is the network name for the wireless internet access?",
|
"en": "What is the network name for the wireless internet access?",
|
||||||
"nl": "Wat is de netwerknaam voor de draadloze internettoegang?",
|
"nl": "Wat is de netwerknaam voor de draadloze internettoegang?",
|
||||||
|
|
Loading…
Reference in a new issue