Skip to content

Commit

Permalink
Fix shadowed mapping in climbing theme
Browse files Browse the repository at this point in the history
  • Loading branch information
pietervdvn committed Mar 17, 2022
1 parent 42c5272 commit f4d6fc4
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 31 deletions.
34 changes: 17 additions & 17 deletions assets/themes/climbing/climbing.json
Original file line number Diff line number Diff line change
Expand Up @@ -961,23 +961,6 @@
"it": "È possibile arrampicarsi qua?"
},
"mappings": [
{
"if": {
"and": [
"sport!~climbing"
]
},
"then": {
"en": "Climbing is not possible here",
"de": "Hier kann nicht geklettert werden",
"ja": "ここでは登ることができない",
"nb_NO": "Klatring er ikke mulig her",
"nl": "Klimmen is hier niet mogelijk",
"fr": "Escalader n’est pas possible",
"it": "Non è possibile arrampicarsi qua"
},
"hideInAnswer": true
},
{
"if": {
"and": [
Expand Down Expand Up @@ -1005,6 +988,23 @@
"fr": "Escalader n’est pas possible",
"it": "Non è possibile arrampicarsi qua"
}
},
{
"if": {
"and": [
"sport!~climbing"
]
},
"then": {
"en": "Climbing is not possible here",
"de": "Hier kann nicht geklettert werden",
"ja": "ここでは登ることができない",
"nb_NO": "Klatring er ikke mulig her",
"nl": "Klimmen is hier niet mogelijk",
"fr": "Escalader n’est pas possible",
"it": "Non è possibile arrampicarsi qua"
},
"hideInAnswer": true
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions langs/themes/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,10 @@
"climbing-possible": {
"mappings": {
"0": {
"then": "Hier kann nicht geklettert werden"
"then": "Hier kann geklettert werden"
},
"1": {
"then": "Hier kann geklettert werden"
"then": "Hier kann nicht geklettert werden"
},
"2": {
"then": "Hier kann nicht geklettert werden"
Expand Down
4 changes: 2 additions & 2 deletions langs/themes/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,10 @@
"climbing-possible": {
"mappings": {
"0": {
"then": "Climbing is not possible here"
"then": "Climbing is possible here"
},
"1": {
"then": "Climbing is possible here"
"then": "Climbing is not possible here"
},
"2": {
"then": "Climbing is not possible here"
Expand Down
4 changes: 2 additions & 2 deletions langs/themes/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -428,10 +428,10 @@
"climbing-possible": {
"mappings": {
"0": {
"then": "Escalader n’est pas possible"
"then": "Escalader est possible"
},
"1": {
"then": "Escalader est possible"
"then": "Escalader n’est pas possible"
},
"2": {
"then": "Escalader n’est pas possible"
Expand Down
4 changes: 2 additions & 2 deletions langs/themes/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,10 @@
"climbing-possible": {
"mappings": {
"0": {
"then": "Non è possibile arrampicarsi qua"
"then": "È possibile arrampicarsi qua"
},
"1": {
"then": "È possibile arrampicarsi qua"
"then": "Non è possibile arrampicarsi qua"
},
"2": {
"then": "Non è possibile arrampicarsi qua"
Expand Down
4 changes: 2 additions & 2 deletions langs/themes/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,10 @@
"climbing-possible": {
"mappings": {
"0": {
"then": "ここでは登ることができない"
"then": "ここでは登ることができる"
},
"1": {
"then": "ここでは登ることができる"
"then": "ここでは登ることができない"
},
"2": {
"then": "ここでは登ることができない"
Expand Down
4 changes: 2 additions & 2 deletions langs/themes/nb_NO.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@
"climbing-possible": {
"mappings": {
"0": {
"then": "Klatring er ikke mulig her"
"then": "Klatring er mulig her"
},
"1": {
"then": "Klatring er mulig her"
"then": "Klatring er ikke mulig her"
},
"2": {
"then": "Klatring er ikke mulig her"
Expand Down
4 changes: 2 additions & 2 deletions langs/themes/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,13 +398,13 @@
"climbing-possible": {
"mappings": {
"0": {
"then": "Klimmen is hier niet mogelijk"
"then": "Klimmen is hier niet toegelaten"
},
"1": {
"then": "Klimmen is hier niet toegelaten"
},
"2": {
"then": "Klimmen is hier niet toegelaten"
"then": "Klimmen is hier niet mogelijk"
}
}
}
Expand Down

0 comments on commit f4d6fc4

Please sign in to comment.