mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-05 22:46:34 +02:00
Add translatable labels to several more fields
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
{
|
||||
"key": "surface",
|
||||
"type": "combo",
|
||||
"label": "Surface"
|
||||
}
|
||||
"label": "Surface",
|
||||
"strings": {
|
||||
"options": {
|
||||
"asphalt": "Asphalt",
|
||||
"unpaved": "Unpaved",
|
||||
"paved": "Paved",
|
||||
"ground": "Ground",
|
||||
"gravel": "Gravel",
|
||||
"concrete": "Concrete",
|
||||
"paving_stones": "Paving Stones",
|
||||
"dirt": "Dirt",
|
||||
"grass": "Grass",
|
||||
"sand": "Sand",
|
||||
"wood": "Wood",
|
||||
"artificial_turf": "Artificial Turf"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user