Merge pull request #1948 from Mannivu/develop

Add dogs outside
This commit is contained in:
Pieter Vander Vennet 2024-05-13 18:51:31 +02:00 committed by GitHub
commit a1b5baf5ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg width="160.21mm" height="131.54mm" version="1.1" viewBox="0 0 160.21 131.54" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-43.988 -77.522)"><path d="m80.388 193.43h-18.565v11c0 6.0362-9.1609 6.0362-9.1609 0v-24.018h-4.1207c-5.8933 0-5.9456-8.1428-0.13883-8.1428h7.3702v0.0101l23.241-8e-3 14.103-14.103v7.183l9.7585 9.7585c2.2716 2.3581 0.96378 5.2374-1.1288 5.2374h-12.251l-0.04228 24.082c0 6.0362-9.0744 6.0362-9.0744 0v-11" stroke="#fff" stroke-width=".19276"/><g stroke="#000" stroke-width="1.4737"><path d="m164.17 78.471-37.945 30.739h75.889l-18.972-15.37zm-39.18 31.996v97.853h78.359v-97.853z" opacity=".996"/><g transform="translate(.17501)" fill="#fff"><rect x="171.66" y="124.83" width="20.068" height="18.921" opacity=".996"/><rect x="136.27" y="124.8" width="20.068" height="18.921" opacity=".996"/></g><rect x="153.28" y="164.55" width="21.788" height="43.766" fill="#fff" opacity=".996"/></g></g></svg>

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -619,6 +619,14 @@
"da": "Hunde er tilladt og kan løbe frit rundt",
"cs": "Psi mají vstup povolen a mohou volně pobíhat"
}
},
{
"if": "dog=outside",
"icon": "./assets/layers/questions/dogs_outside.svg",
"then": {
"en": "Dogs are allowed only outside",
"it": "I cani sono ammessi solo all'esterno"
}
}
]
},