From faebce216111b5eb10d77af5c9812819c266aa7b Mon Sep 17 00:00:00 2001 From: Karl <Karl Hasselbring> Date: Mon, 26 Sep 2016 09:43:19 +0200 Subject: [PATCH] =?UTF-8?q?Die=20Beschreibung=20des=20Plugins=20ist=20jetz?= =?UTF-8?q?t=20=C3=BCbersetzbar.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/de/plugin.php | 5 +++++ resources/views/plugin.blade.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 resources/lang/de/plugin.php diff --git a/resources/lang/de/plugin.php b/resources/lang/de/plugin.php new file mode 100644 index 000000000..04def9978 --- /dev/null +++ b/resources/lang/de/plugin.php @@ -0,0 +1,5 @@ +<?php + +return [ + 'description' => 'MetaGer: Sicher suchen & finden, Privatsphäre schützen', +]; diff --git a/resources/views/plugin.blade.php b/resources/views/plugin.blade.php index 2f6c07d7f..df5f56225 100644 --- a/resources/views/plugin.blade.php +++ b/resources/views/plugin.blade.php @@ -1,7 +1,7 @@ <?xmlversion = "1.0"encoding = "UTF-8"?> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> <ShortName>MetaGer</ShortName> - <Description>MetaGer: Sicher suchen & finden, Privatsphäre schützen</Description> + <Description>{!! trans('plugin.description') !!}</Description> <Contact>office@suma-ev.de</Contact> <Image width="16" height="16" type="image/x-icon">{{ url('/favicon.ico') }}</Image> <Url type="text/html" template="{{ $link }}&eingabe={searchTerms}" method="{{$request}}"></Url> -- GitLab