Skip to content

Commit e4fda02

Browse files
committed
Limit cardinal direction field to MUTCD countries
1 parent 097273c commit e4fda02

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

data/fields/direction_cardinal.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
"west": "Westbound"
1111
}
1212
},
13-
"autoSuggestions" : false
13+
"autoSuggestions" : false,
14+
"locationSet": {
15+
"include": [ "CA", "NZ", "US" ]
16+
}
1417
}

interim/source_strings.yaml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,14 +643,24 @@ en:
643643
american: American
644644
# cuisine=asian
645645
asian: Asian
646+
# cuisine=bubble_tea
647+
bubble_tea: Bubble Tea
646648
# cuisine=burger
647649
burger: Burger
650+
# cuisine=cake
651+
cake: Cake
648652
# cuisine=chicken
649653
chicken: Chicken
650654
# cuisine=chinese
651655
chinese: Chinese
656+
# cuisine=chocolate
657+
chocolate: Chocolate
652658
# cuisine=coffee_shop
653659
coffee_shop: Coffee Shop
660+
# cuisine=dessert
661+
dessert: Dessert
662+
# cuisine=donut
663+
donut: Donut
654664
# cuisine=fish
655665
fish: Fish
656666
# cuisine=french
@@ -659,22 +669,34 @@ en:
659669
german: German
660670
# cuisine=greek
661671
greek: Greek
672+
# cuisine=hot_dog
673+
hot_dog: Hot Dog
662674
# cuisine=ice_cream
663675
ice_cream: Ice Cream
664676
# cuisine=indian
665677
indian: Indian
678+
# cuisine=indonesian
679+
indonesian: Indonesian
666680
# cuisine=italian
667681
italian: Italian
668682
# cuisine=japanese
669683
japanese: Japanese
684+
# cuisine=juice
685+
juice: Juice
670686
# cuisine=kebab
671687
kebab: Kebab
672688
# cuisine=korean
673689
korean: Korean
674690
# cuisine=lebanese
675691
lebanese: Lebanese
692+
# cuisine=malaysian
693+
malaysian: Malaysian
676694
# cuisine=mexican
677695
mexican: Mexican
696+
# cuisine=pankcake
697+
pankcake: Pancake
698+
# cuisine=pasta
699+
pasta: Pasta
678700
# cuisine=pizza
679701
pizza: Pizza
680702
# cuisine=polish
@@ -685,14 +707,20 @@ en:
685707
regional: Regional
686708
# cuisine=russian
687709
russian: Russian
710+
# cuisine=salad
711+
salad: Salad
688712
# cuisine=sandwich
689713
sandwich: Sandwich
690714
# cuisine=seafood
691715
seafood: Seafood
692716
# cuisine=spanish
693717
spanish: Spanish
718+
# cuisine=steak_house
719+
steak_house: Steak House
694720
# cuisine=sushi
695721
sushi: Sushi
722+
# cuisine=taiwanese
723+
taiwanese: Taiwanese
696724
# cuisine=thai
697725
thai: Thai
698726
# cuisine=turkish
@@ -6675,7 +6703,7 @@ en:
66756703
# 'terms: boat launch,boat ramp,boat landing'
66766704
terms: '<translate with synonyms or related terms for ''Slipway'', separated by commas>'
66776705
leisure/slipway_drivable:
6678-
# 'leisure=slipway\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
6706+
# 'leisure=slipway + highway=service\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
66796707
name: Slipway (Drivable)
66806708
# 'terms: boat launch,boat ramp,boat landing'
66816709
terms: '<translate with synonyms or related terms for ''Slipway (Drivable)'', separated by commas>'

0 commit comments

Comments
 (0)