Skip to content

Commit ad23396

Browse files
authored
Add translatable strings to bath:type field (#742)
1 parent 63903d0 commit ad23396

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

data/fields/bath/type.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"key": "bath:type",
33
"type": "combo",
4-
"label": "Specialty"
4+
"label": "Specialty",
5+
"strings": {
6+
"options": {
7+
"hammam": "Hammam",
8+
"hot_spring": "Hot Spring",
9+
"lake": "Lake",
10+
"onsen": "Onsen",
11+
"thermal": "Thermal Bath"
12+
}
13+
}
514
}

0 commit comments

Comments
 (0)