mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +01:00
Add translatable strings for fence_type field
For common values, closes #619
This commit is contained in:
parent
9512192026
commit
3ca918f891
1 changed files with 13 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue