Skip to content

Commit c6d484a

Browse files
authored
Add translatable strings to diplomatic field (#841)
Approved values only
1 parent 4525e1b commit c6d484a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

data/fields/diplomatic.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"key": "diplomatic",
33
"type": "combo",
4-
"label": "Type"
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"consulate": "Consulate",
8+
"embassy": "Embassy",
9+
"liaison": "Liaison Office"
10+
}
11+
}
512
}

0 commit comments

Comments
 (0)