-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add translatable strings to historic field (#813)
* Add translatable strings to historic field * add strings for exisiting historic=* subpresets --------- Co-authored-by: Martin Raifer <martin@raifer.tech>
- Loading branch information
Showing
1 changed file
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,33 @@ | ||
{ | ||
"key": "historic", | ||
"type": "typeCombo", | ||
"label": "Type" | ||
"label": "Type", | ||
"strings": { | ||
"options": { | ||
"archaeological_site": "Archaeological Site", | ||
"bomb_crater": "Bomb Crater", | ||
"boundary_stone": "Boundary Stone", | ||
"building": "Historic Building", | ||
"castle": "Castle", | ||
"charcoal_pile": "Charcoal Pile", | ||
"church": "Church", | ||
"city_gate": "City Gate", | ||
"citywalls": "Citywall", | ||
"fort": "Historic Fort", | ||
"manor": "Manor House", | ||
"memorial": "Memorial", | ||
"milestone": "Milestone", | ||
"mine": "Mine", | ||
"mine_shaft": "Mine Shaft", | ||
"monument": "Monument", | ||
"pillory": "Historic Pillory", | ||
"railway": "Railway", | ||
"ruins": "Ruins", | ||
"shieling": "Shieling", | ||
"tomb": "Tomb", | ||
"wayside_cross": "Wayside Cross", | ||
"wayside_shrine": "Wayside Shrine", | ||
"wreck": "Shipwreck" | ||
} | ||
} | ||
} |