mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-24 09:04:03 +02:00
Add translatable strings to military_service field (#972)
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
{
|
||||
"key": "military_service",
|
||||
"type": "combo",
|
||||
"label": "Military Service"
|
||||
"label": "Military Service",
|
||||
"strings": {
|
||||
"options": {
|
||||
"air_force": "Air Force",
|
||||
"army": "Army",
|
||||
"coast_guard": "Coast Guard",
|
||||
"marines": "Marines",
|
||||
"navy": "Navy"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user