forked from MapComplete/MapComplete
Themes(food): add halal logo
This commit is contained in:
parent
e8c6f512c2
commit
da6f95863c
4 changed files with 60 additions and 0 deletions
|
@ -565,6 +565,7 @@
|
|||
},
|
||||
{
|
||||
"if": "diet:halal=yes",
|
||||
"icon": "./assets/layers/diets/halal.svg",
|
||||
"then": {
|
||||
"nl": "Halal menu verkrijgbaar",
|
||||
"en": "There is a halal menu",
|
||||
|
@ -578,6 +579,7 @@
|
|||
},
|
||||
{
|
||||
"if": "diet:halal=only",
|
||||
"icon": "./assets/layers/diets/halal.svg",
|
||||
"then": {
|
||||
"nl": "Enkel halal opties zijn beschikbaar",
|
||||
"en": "Only halal options are available",
|
||||
|
|
44
assets/layers/diets/halal.svg
Normal file
44
assets/layers/diets/halal.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 26 KiB |
2
assets/layers/diets/halal.svg.license
Normal file
2
assets/layers/diets/halal.svg.license
Normal file
|
@ -0,0 +1,2 @@
|
|||
SPDX-FileCopyrightText: Leonkogo
|
||||
SPDX-License-Identifier: CC0-1.0
|
12
assets/layers/diets/license_info.json
Normal file
12
assets/layers/diets/license_info.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"path": "halal.svg",
|
||||
"license": "CC0-1.0",
|
||||
"authors": [
|
||||
"Leonkogo"
|
||||
],
|
||||
"sources": [
|
||||
"https://commons.wikimedia.org/wiki/File:Halal.svg"
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue