Translatable options strings and fix recycling icon

This commit is contained in:
Bryan Housel
2015-06-30 10:55:31 -04:00
parent 70ad4e7d52
commit f2dea4eb3c
6 changed files with 26 additions and 5 deletions
+5
View File
@@ -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
+7 -1
View File
@@ -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",
+7 -1
View File
@@ -1,5 +1,11 @@
{
"key": "recycling_type",
"type": "combo",
"label": "Recycling Type"
"label": "Recycling Type",
"strings": {
"options": {
"container": "Container",
"centre": "Recycling Center"
}
}
}
+1 -1
View File
@@ -1478,7 +1478,7 @@
"name": "Ranger Station"
},
"amenity/recycling": {
"icon": "recycling",
"icon": "waste-basket",
"fields": [
"operator",
"address",
+1 -1
View File
@@ -1,5 +1,5 @@
{
"icon": "recycling",
"icon": "waste-basket",
"fields": [
"operator",
"address",
+5 -1
View File
@@ -1200,7 +1200,11 @@
"label": "Accepts Paper"
},
"recycling/type": {
"label": "Recycling Type"
"label": "Recycling Type",
"options": {
"container": "Container",
"centre": "Recycling Center"
}
},
"ref": {
"label": "Reference"