fixed typos and query:licenses
This commit is contained in:
parent
37f42f845a
commit
fe96875f72
2 changed files with 15 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
{
|
||||
"id": "door-width",
|
||||
"render": {
|
||||
"en": "This elevator's doors have a width of {canonical(door-width) }"
|
||||
"en": "This elevator's doors have a width of {canonical(door:width) }"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the width of this elevator's entrance?"
|
||||
|
@ -25,7 +25,7 @@
|
|||
{
|
||||
"id": "elevator-width",
|
||||
"render": {
|
||||
"en": "This elevator has a width of {canonical(door-width) }"
|
||||
"en": "This elevator has a width of {canonical(elevator:width) }"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the width of this elevator?"
|
||||
|
@ -38,7 +38,7 @@
|
|||
{
|
||||
"id": "elevator-depth",
|
||||
"render": {
|
||||
"en": "This elevator has a depth of {canonical(door-width) }"
|
||||
"en": "This elevator has a depth of {canonical(elevator:depth) }"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the depth of this elevator?"
|
||||
|
|
12
assets/layers/elevator/license_info.json
Normal file
12
assets/layers/elevator/license_info.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"path": "elevator_wheelchair.svg",
|
||||
"license": "CC-BY-SA",
|
||||
"authors": [
|
||||
"https://www.ctsteward.com/"
|
||||
],
|
||||
"sources": [
|
||||
"https://www.ctsteward.com/"
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue