Add translatable strings for fence_type field

For common values, closes #619
This commit is contained in:
kjonosm 2023-01-21 18:48:18 +01:00 committed by GitHub
parent 9512192026
commit 3ca918f891
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,17 @@
{
"key": "fence_type",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"barbed_wire": "Barbed Wire",
"bars": "Vertical Bars",
"chain_link": "Chain-link",
"electric": "Electric",
"pole": "Poles",
"railing": "Railing",
"split_rail": "Spit-rail",
"wire": "Wire"
}
}
}