Add translatable labels to several more fields

This commit is contained in:
Quincy Morgan 2020-12-08 12:28:32 -05:00
parent 3c3984529e
commit 92ae85603a
10 changed files with 365 additions and 88 deletions

View file

@ -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"
}
}
}