Add translatable strings to field seamark:beacon_isolated_danger:shape

This commit is contained in:
kjonosm 2023-09-24 17:27:55 +02:00 committed by GitHub
parent f2c16fbcd6
commit 4bb5544ba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,12 @@
{
"key": "seamark:beacon_isolated_danger:shape",
"type": "combo",
"label": "Shape"
"label": "Shape",
"strings": {
"options": {
"pile": "Pile",
"stake": "Stake",
"tower": "Tower"
}
}
}