Skip to content

Commit

Permalink
Add translatable strings to "marker" field
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm authored and tyrasd committed Aug 13, 2023
1 parent 68b3a2c commit c0bfb28
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
30 changes: 29 additions & 1 deletion data/fields/marker.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
{
"key": "marker",
"type": "typeCombo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"aerial": {
"title": "Aerial",
"description": "Designed to be visible from the air."
},
"ground": {
"title": "Ground",
"description": "Flat marker laid in the ground."
},
"pedestal": {
"title": "Pedestal",
"description": "Raised marker mounted on a small base."
},
"plate": {
"title": "Plate",
"description": "Flat marker mounted directly on walls or similar."
},
"post": {
"title": "Post",
"description": "Raised marker mounted on a small pole or mast."
},
"stone": {
"title": "Stone",
"description": "Markings directly etched or painted on a stone."
}
}
}
}
31 changes: 31 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3018,6 +3018,37 @@ en:
marker:
# marker=*
label: Type
options:
aerial:
# description for marker=aerial
description: Designed to be visible from the air.
# title for marker=aerial
title: Aerial
ground:
# description for marker=ground
description: Flat marker laid in the ground.
# title for marker=ground
title: Ground
pedestal:
# description for marker=pedestal
description: Raised marker mounted on a small base.
# title for marker=pedestal
title: Pedestal
plate:
# description for marker=plate
description: Flat marker mounted directly on walls or similar.
# title for marker=plate
title: Plate
post:
# description for marker=post
description: Raised marker mounted on a small pole or mast.
# title for marker=post
title: Post
stone:
# description for marker=stone
description: Markings directly etched or painted on a stone.
# title for marker=stone
title: Stone
material:
# material=*
label: Material
Expand Down

0 comments on commit c0bfb28

Please sign in to comment.