Skip to content

Commit

Permalink
Added some common name fields
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Oct 2, 2023
1 parent f2c16fb commit 63764f8
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/fields/loc_name.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"key": "loc_name",
"type": "localized",
"label": "Local Name",
"universal": true,
"terms": [
"colloquial name",
"common name",
"informal name",
"nickname"
]
}
6 changes: 6 additions & 0 deletions data/fields/nat_name.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"key": "nat_name",
"type": "localized",
"label": "National Name",
"universal": true
}
11 changes: 11 additions & 0 deletions data/fields/official_name.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"key": "official_name",
"type": "localized",
"label": "Official Name",
"universal": true,
"terms": [
"formal name",
"full name",
"legal name"
]
}
6 changes: 6 additions & 0 deletions data/fields/reg_name.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"key": "reg_name",
"type": "localized",
"label": "Regional Name",
"universal": true
}
11 changes: 11 additions & 0 deletions data/fields/short_name.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"key": "short_name",
"type": "localized",
"label": "Short Name",
"universal": true,
"terms": [
"abbreviation",
"acronym",
"initialism"
]
}
23 changes: 23 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2956,6 +2956,11 @@ en:
label: Lit
# 'terms: lamp,lighting'
terms: '[translate with synonyms or related terms for ''Lit'', separated by commas]'
loc_name:
# loc_name=*
label: Local Name
# 'terms: colloquial name,common name,informal name,nickname'
terms: '[translate with synonyms or related terms for ''Local Name'', separated by commas]'
location:
# location=*
label: Location
Expand Down Expand Up @@ -3305,6 +3310,10 @@ en:
placeholder: Common name (if any)
# 'terms: label,title'
terms: '[translate with synonyms or related terms for ''Name'', separated by commas]'
nat_name:
# nat_name=*
label: National Name
terms: '[translate with synonyms or related terms for ''National Name'', separated by commas]'
natural:
# natural=*
label: Natural
Expand Down Expand Up @@ -3486,6 +3495,11 @@ en:
union: Labor Union Office
# office=water_utility
water_utility: Water Utility Office
official_name:
# official_name=*
label: Official Name
# 'terms: formal name,full name,legal name'
terms: '[translate with synonyms or related terms for ''Official Name'', separated by commas]'
oneway:
# oneway=*
label: One Way
Expand Down Expand Up @@ -4180,6 +4194,10 @@ en:
label: Taxiway Name
# ref_taxiway field placeholder
placeholder: e.g. A5
reg_name:
# reg_name=*
label: Regional Name
terms: '[translate with synonyms or related terms for ''Regional Name'', separated by commas]'
relation:
# type=*
label: Type
Expand Down Expand Up @@ -4593,6 +4611,11 @@ en:
shop:
# shop=*
label: Type
short_name:
# short_name=*
label: Short Name
# 'terms: abbreviation,acronym,initialism'
terms: '[translate with synonyms or related terms for ''Short Name'', separated by commas]'
shower:
# shower=*
label: Showers
Expand Down

0 comments on commit 63764f8

Please sign in to comment.