Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add translatable strings to attraction field #756

Merged
merged 3 commits into from
Jan 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion data/fields/attraction.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
{
"key": "attraction",
"type": "typeCombo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"animal": "Animal Enclosure",
"water_slide": "Water Slide",
"amusement_ride": "Amusement Ride",
"roller_coaster": "Roller Coaster",
"carousel": "Carousel",
"maze": "Maze",
"summer_toboggan": "Summer Toboggan",
"big_wheel": "Ferris Wheel",
"train": "Tourist Train",
"bumper_car": "Bumper Cars",
"bungee_jumping": "Bungee Jumping",
"dark_ride": "Dark Ride",
"drop_tower": "Drop Tower Ride",
"kiddie_ride": "Kiddie Ride",
"log_flume": "Log Flume",
"pirate_ship": "Pirate Ship Ride",
"river_rafting": "River Rapids Ride",
"swing_carousel": "Swing Carousel",
"alpine_coaster": "Alpine Coaster"
}
}
}