Add translatable strings to dock field (#853)

This commit is contained in:
kjonosm 2023-04-03 17:47:12 +02:00 committed by GitHub
parent 7928e2062c
commit 3be89ca248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,12 @@
{
"key": "dock",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"drydock": "Dry Dock",
"floating": "Floating Dry Dock",
"tidal": "Impounded Tidal Dock"
}
}
}