Skip to content
Snippets Groups Projects
Commit ead504e1 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Merge branch '229-plugin-blade-php-ubersetzen' into 'development'

Die Beschreibung des Plugins ist jetzt übersetzbar.

Closes #229

See merge request !423
parents 4d625369 fe774917
No related branches found
No related tags found
2 merge requests!427Development,!423Die Beschreibung des Plugins ist jetzt übersetzbar.
<?php
return [
'description' => 'MetaGer: Sicher suchen & finden, Privatsphäre schützen',
];
<?xmlversion = "1.0"encoding = "UTF-8"?> <?xmlversion = "1.0"encoding = "UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>MetaGer</ShortName> <ShortName>MetaGer</ShortName>
<Description>MetaGer: Sicher suchen &amp; finden, Privatsphäre schützen</Description> <Description>{!! trans('plugin.description') !!}</Description>
<Contact>office@suma-ev.de</Contact> <Contact>office@suma-ev.de</Contact>
<Image width="16" height="16" type="image/x-icon">{{ url('/favicon.ico') }}</Image> <Image width="16" height="16" type="image/x-icon">{{ url('/favicon.ico') }}</Image>
<Url type="text/html" template="{{ $link }}&amp;eingabe={searchTerms}" method="{{$request}}"></Url> <Url type="text/html" template="{{ $link }}&amp;eingabe={searchTerms}" method="{{$request}}"></Url>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment