Adds the generated changes for #5376

This commit is contained in:
Quincy Morgan
2018-10-07 11:09:42 -07:00
parent aa8ca235b9
commit b7555b4f0b
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1317,8 +1317,8 @@ en:
options:
# 'piste:type=connection'
connection: Connection between pistes
# 'piste:type=downhill'
downhill: Nordic
# 'piste:type=nordic'
nordic: Nordic
# 'piste:type=playground'
playground: Playground
place:
+1 -1
View File
@@ -211,7 +211,7 @@
"piste/grooming_nordic": {"key": "piste:grooming", "type": "combo", "label": "Grooming", "strings": {"options": {"classic": "Classic", "backcountry": "Backcountry, no grooming", "classic+skating": "Classic and Skating", "scooter": "Scooter/Snowmobile", "skating": "Skating"}}},
"piste/grooming": {"key": "piste:grooming", "type": "combo", "label": "Grooming", "strings": {"options": {"classic": "Classic", "mogul": "Mogul", "backcountry": "Backcountry", "classic+skating": "Classic and Skating", "scooter": "Scooter/Snowmobile", "skating": "Skating"}}},
"piste/type_downhill": {"key": "piste:type", "type": "typeCombo", "label": "Type", "strings": {"options": {"downhill": "Downhill", "snow_park": "Snow Park", "playground": "Playground", "connection": "Connection between pistes"}}},
"piste/type_nordic": {"key": "piste:type", "type": "typeCombo", "label": "Type", "strings": {"options": {"downhill": "Nordic", "playground": "Playground", "connection": "Connection between pistes"}}},
"piste/type_nordic": {"key": "piste:type", "type": "typeCombo", "label": "Type", "strings": {"options": {"nordic": "Nordic", "playground": "Playground", "connection": "Connection between pistes"}}},
"piste/type": {"key": "piste:type", "type": "typeCombo", "label": "Type", "strings": {"options": {"downhill": "Downhill", "nordic": "Nordic", "skitour": "Skitour", "sled": "Sled", "hike": "Hike", "sleigh": "Sleigh", "ice_skate": "Ice Skate", "snow_park": "Snow Park", "playground": "Playground", "connection": "Connection"}}},
"place": {"key": "place", "type": "typeCombo", "label": "Type"},
"plant": {"key": "plant", "type": "combo", "label": "Plant"},
+1 -1
View File
@@ -2528,7 +2528,7 @@
"piste/type_nordic": {
"label": "Type",
"options": {
"downhill": "Nordic",
"nordic": "Nordic",
"playground": "Playground",
"connection": "Connection between pistes"
}