mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 01:33:03 +00:00
remove species field
This commit is contained in:
@@ -1219,11 +1219,6 @@ en:
|
||||
source:
|
||||
# source=*
|
||||
label: Source
|
||||
species:
|
||||
# species=*
|
||||
label: Scientific Name
|
||||
# species field placeholder
|
||||
placeholder: Scientific name of the species
|
||||
sport:
|
||||
# sport=*
|
||||
label: Sports
|
||||
|
||||
@@ -1629,13 +1629,6 @@
|
||||
"universal": true,
|
||||
"label": "Source"
|
||||
},
|
||||
"species": {
|
||||
"key": "species",
|
||||
"type": "localized",
|
||||
"label": "Scientific Name",
|
||||
"universal": true,
|
||||
"placeholder": "Scientific name of the species"
|
||||
},
|
||||
"sport_ice": {
|
||||
"key": "sport",
|
||||
"type": "semiCombo",
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"key": "species",
|
||||
"type": "localized",
|
||||
"label": "Scientific Name",
|
||||
"universal": true,
|
||||
"placeholder": "Scientific name of the species"
|
||||
}
|
||||
@@ -3341,7 +3341,6 @@
|
||||
"icon": "zoo",
|
||||
"fields": [
|
||||
"name",
|
||||
"species",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -9861,7 +9860,6 @@
|
||||
"natural/tree": {
|
||||
"icon": "park",
|
||||
"fields": [
|
||||
"species",
|
||||
"leaf_type_singular",
|
||||
"leaf_cycle_singular",
|
||||
"denotation"
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"icon": "zoo",
|
||||
"fields": [
|
||||
"name",
|
||||
"species",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"icon": "park",
|
||||
"fields": [
|
||||
"species",
|
||||
"leaf_type_singular",
|
||||
"leaf_cycle_singular",
|
||||
"denotation"
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -2096,10 +2096,6 @@
|
||||
"source": {
|
||||
"label": "Source"
|
||||
},
|
||||
"species": {
|
||||
"label": "Scientific Name",
|
||||
"placeholder": "Scientific name of the species"
|
||||
},
|
||||
"sport_ice": {
|
||||
"label": "Sports"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user