mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Translatable options strings and fix recycling icon
This commit is contained in:
@@ -742,6 +742,11 @@ en:
|
||||
recycling/type:
|
||||
# 'recycling_type=*'
|
||||
label: Recycling Type
|
||||
options:
|
||||
# recycling_type=centre
|
||||
centre: Recycling Center
|
||||
# recycling_type=container
|
||||
container: Container
|
||||
ref:
|
||||
# 'ref=*'
|
||||
label: Reference
|
||||
|
||||
@@ -947,7 +947,13 @@
|
||||
"recycling/type": {
|
||||
"key": "recycling_type",
|
||||
"type": "combo",
|
||||
"label": "Recycling Type"
|
||||
"label": "Recycling Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"container": "Container",
|
||||
"centre": "Recycling Center"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ref": {
|
||||
"key": "ref",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
{
|
||||
"key": "recycling_type",
|
||||
"type": "combo",
|
||||
"label": "Recycling Type"
|
||||
"label": "Recycling Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"container": "Container",
|
||||
"centre": "Recycling Center"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1478,7 +1478,7 @@
|
||||
"name": "Ranger Station"
|
||||
},
|
||||
"amenity/recycling": {
|
||||
"icon": "recycling",
|
||||
"icon": "waste-basket",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "recycling",
|
||||
"icon": "waste-basket",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
|
||||
Vendored
+5
-1
@@ -1200,7 +1200,11 @@
|
||||
"label": "Accepts Paper"
|
||||
},
|
||||
"recycling/type": {
|
||||
"label": "Recycling Type"
|
||||
"label": "Recycling Type",
|
||||
"options": {
|
||||
"container": "Container",
|
||||
"centre": "Recycling Center"
|
||||
}
|
||||
},
|
||||
"ref": {
|
||||
"label": "Reference"
|
||||
|
||||
Reference in New Issue
Block a user