mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 16:49:41 +02:00
Add translatable strings to bath:type field (#742)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user