Add recommended sauna related fields from 'leisure=sauna' Wikipage to sauna type

This commit is contained in:
Onni Hakala 2025-08-10 12:04:51 +03:00
parent 2d53ca9b69
commit dd4d3a3e9e
No known key found for this signature in database
6 changed files with 58 additions and 1 deletions

16
data/fields/sauna.json Normal file
View file

@ -0,0 +1,16 @@
{
"key": "sauna",
"type": "combo",
"label": "Sauna type",
"strings": {
"options": {
"hot": "Finnish Sauna over > 60°C",
"steam": "Steam Sauna",
"smoke": "Smoke Sauna",
"dry": "Sauna without throwing water",
"infrared": "Infrared Sauna",
"aroma": "Aroma Sauna",
"hanjeungmak": "Hanjeungmak (Korean Dry Sauna)"
}
}
}