Skip to content

Commit 8ac3f16

Browse files
authored
Add translatable strings to consulate field (#843)
1 parent 268b729 commit 8ac3f16

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

data/fields/consulate.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"key": "consulate",
33
"type": "combo",
4-
"label": "Type"
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"consulate_general": "Consulate General",
8+
"honorary_consul": "Honorary Consul",
9+
"yes": "Consulate",
10+
"consular_office": "Consular Services Office",
11+
"consular_agency": "Consular Services Agency",
12+
"residence": "Official Residence of a Consul"
13+
}
14+
}
515
}

0 commit comments

Comments
 (0)