Skip to content

Commit

Permalink
Add translatable strings to bath:type field (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm authored Jan 19, 2023
1 parent 63903d0 commit ad23396
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion data/fields/bath/type.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"key": "bath:type",
"type": "combo",
"label": "Specialty"
"label": "Specialty",
"strings": {
"options": {
"hammam": "Hammam",
"hot_spring": "Hot Spring",
"lake": "Lake",
"onsen": "Onsen",
"thermal": "Thermal Bath"
}
}
}

0 comments on commit ad23396

Please sign in to comment.