Skip to content
Snippets Groups Projects
Commit 58e91e5a authored by Phil Höfer's avatar Phil Höfer
Browse files

Merge branch '821-spanische-sprachauswahl-fur-suche-entfernen' into 'development'

Resolve "Spanische Sprachauswahl für Suche entfernen"

Closes #821

See merge request !1337
parents 20ce083d 6c7c90a3
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -7,9 +7,8 @@
<div id="search-lang">
<select id="input-lang" name="lang">
<option value="all">Alle Sprachen</option>
@foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
<option value="{{$localeCode}}">{{{ $properties['native'] }}}</option>
@endforeach
<option value="de">Deutsch</option>
<option value="en">English</option>
</select>
<label id="lang-label" for="input-lang" data-tooltip="{{ trans ('index.lang.tooltip') }}">
<i class="fa fa-globe" aria-hidden="true"></i>
......
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