Skip to content

Commit 1e76350

Browse files
authored
Add translatable strings to consulate field
1 parent aa94d6e commit 1e76350

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+
"consular_agency": "Consular Services Agency",
8+
"consular_office": "Consular Services Office",
9+
"consulate_general": "Consulate General",
10+
"honorary_consul": "Honorary Consul",
11+
"residence": "Residence",
12+
"yes": "Consulate"
13+
}
14+
}
515
}

0 commit comments

Comments
 (0)