mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Merge pull request #4962 from Xavier-J-Ortiz/add_faces_to_clock
adding faces to clock
This commit is contained in:
@@ -540,6 +540,9 @@ en:
|
||||
except:
|
||||
# except=*
|
||||
label: Exceptions
|
||||
faces:
|
||||
# faces=*
|
||||
label: faces
|
||||
fax:
|
||||
# fax=*
|
||||
label: Fax
|
||||
|
||||
@@ -736,6 +736,11 @@
|
||||
"type": "combo",
|
||||
"label": "Exceptions"
|
||||
},
|
||||
"faces": {
|
||||
"key": "faces",
|
||||
"type": "number",
|
||||
"label": "faces"
|
||||
},
|
||||
"fax": {
|
||||
"key": "fax",
|
||||
"type": "tel",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "faces",
|
||||
"type": "number",
|
||||
"label": "faces"
|
||||
}
|
||||
@@ -1358,7 +1358,8 @@
|
||||
"support",
|
||||
"display",
|
||||
"visibility",
|
||||
"date"
|
||||
"date",
|
||||
"faces"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
"support",
|
||||
"display",
|
||||
"visibility",
|
||||
"date"
|
||||
"date",
|
||||
"faces"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -9086,6 +9086,10 @@
|
||||
"key": "except",
|
||||
"description": "Exceptions"
|
||||
},
|
||||
{
|
||||
"key": "faces",
|
||||
"description": "faces"
|
||||
},
|
||||
{
|
||||
"key": "fax",
|
||||
"description": "Fax"
|
||||
|
||||
Vendored
+5
-2
@@ -1819,6 +1819,9 @@
|
||||
"except": {
|
||||
"label": "Exceptions"
|
||||
},
|
||||
"faces": {
|
||||
"label": "faces"
|
||||
},
|
||||
"fax": {
|
||||
"label": "Fax",
|
||||
"placeholder": "+31 42 123 4567"
|
||||
@@ -6665,7 +6668,7 @@
|
||||
"attribution": {
|
||||
"text": "basemap.at"
|
||||
},
|
||||
"description": "Basemap of Austria, based on goverment data.",
|
||||
"description": "Basemap of Austria, based on government data.",
|
||||
"name": "basemap.at"
|
||||
},
|
||||
"basemap.at-orthofoto": {
|
||||
@@ -6727,7 +6730,7 @@
|
||||
},
|
||||
"stamen-terrain-background": {
|
||||
"attribution": {
|
||||
"text": "Map tiles by Stamen Design, under CC BY 3.0"
|
||||
"text": "Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL"
|
||||
},
|
||||
"name": "Stamen Terrain"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user