forked from MapComplete/MapComplete
Themes: fix internet question
This commit is contained in:
parent
0cc7b49c79
commit
b13259083a
1 changed files with 7 additions and 1 deletions
|
@ -2080,7 +2080,6 @@
|
||||||
"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",
|
||||||
|
@ -2170,6 +2169,13 @@
|
||||||
"ca": "Aquest lloc ofereix accés a internet per cable",
|
"ca": "Aquest lloc ofereix accés a internet per cable",
|
||||||
"pl": "To miejsce oferuje przewodowy dostęp do Internetu"
|
"pl": "To miejsce oferuje przewodowy dostęp do Internetu"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "internet_access=terminal;wifi",
|
||||||
|
"alsoShowIf": "internet_access=wifi;terminal",
|
||||||
|
"then": {
|
||||||
|
"en": "This place offers both wireless internet and internet access via a terminal or computer"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"filter": [
|
"filter": [
|
||||||
|
|
Loading…
Reference in a new issue