Add translatable strings to boundary field

This commit is contained in:
kjonosm 2023-09-09 16:04:27 +02:00 committed by GitHub
parent f2c16fbcd6
commit 8912cb2d76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,22 @@
{
"key": "boundary",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"aboriginal_lands": "Aboriginal Lands",
"administrative": "Administrative Boundary",
"border_zone": "Border Zone",
"forest": "Forest Boundary",
"forest_compartment": "Forest Compartment",
"hazard": "Hazardous Area",
"maritime": "Maritime Boundary",
"national_park": "National Park",
"political": "Political / Electoral Boundary",
"postal_code": "Postal Code Boundary",
"protected_area": "Protected Area",
"special_economic_zone": "Special Economic Zone",
"disputed": "Disputed Territory"
}
}
}