Skip to content

Commit

Permalink
Add translatable strings to diplomatic field (#841)
Browse files Browse the repository at this point in the history
Approved values only
  • Loading branch information
kjonosm authored Mar 27, 2023
1 parent 4525e1b commit c6d484a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion data/fields/diplomatic.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"key": "diplomatic",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"consulate": "Consulate",
"embassy": "Embassy",
"liaison": "Liaison Office"
}
}
}

0 comments on commit c6d484a

Please sign in to comment.