Skip to content

Commit

Permalink
Add translatable strings to craft type field (#692)
Browse files Browse the repository at this point in the history
Make common craft=* values (approx. > 1000 occurrences) translatable.
  • Loading branch information
kjonosm committed Dec 19, 2022
1 parent 3bb7c0d commit 13f1d02
Showing 1 changed file with 62 additions and 1 deletion.
63 changes: 62 additions & 1 deletion data/fields/craft.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,66 @@
{
"key": "craft",
"type": "typeCombo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"agricultural_engines": "Agricultural Engines Mechanic",
"basket_maker": "Basket Maker",
"beekeeper": "Beekeeper",
"blacksmith": "Blacksmith",
"boatbuilder": "Boat Builder",
"bookbinder": "Bookbinder",
"brewery": "Brewery",
"builder": "Builder",
"carpenter": "Carpenter",
"carpet_layer": "Carpet Layer",
"caterer": "Caterer",
"chimney_sweeper": "Chimney Sweeper",
"cleaning": "Cleaning Service",
"clockmaker": "Clockmaker",
"confectionery": "Candy Maker",
"distillery": "Distillery",
"dressmaker": "Dressmaker",
"electronics_repair": "Electronics Repair",
"electrician": "Electrician",
"floorer": "Floorer",
"builder": "Builder",
"gardener": "Gardener",
"glaziery": "Glaziery",
"grinding_mill": "Grinding Mill",
"handicraft": "Handicraft",
"hvac": "HVAC",
"insulator": "Insulator",
"jeweller": "Jeweller",
"joiner": "Joiner",
"key_cutter": "Key Cutter",
"locksmith": "Locksmith",
"metal_construction": "Metalworker",
"oil_mill": "Oil Mill",
"painter": "Painter",
"parquet_layer": "Parquet Layer",
"photographer": "Photographer",
"photographic_laboratory": "Photographic Laboratory",
"plasterer": "Plasterer",
"plumber": "Plumber",
"pottery": "Pottery Maker",
"rigger": "Rigger",
"roofer": "Roofer",
"saddler": "Saddler",
"sailmaker": "Sailmaker",
"sawmill": "Sawmill",
"scaffolder": "Scaffolder",
"sculptor": "Sculptor",
"shoemaker": "Shoemaker",
"signmaker": "Signmaker",
"stonemason": "Stonemason",
"tailor": "Tailor",
"tiler": "Tiler",
"tinsmith": "Tinsmith",
"upholsterer": "Upholsterer",
"watchmaker": "Watchmaker",
"window_construction": "Window Construction",
"winery": "Winery"
}
}
}

0 comments on commit 13f1d02

Please sign in to comment.