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
+8 -1
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"
}
}
}