Skip to content
Snippets Groups Projects
Commit 32cdba42 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Beta Beschriftung für den Sprachschalter eingefügt

parent 3e7a23dd
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -76,7 +76,7 @@
<span class="caret"></span></a>
<ul class="dropdown-menu">
@foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
<li><a rel="alternate" hreflang="{{$localeCode}}" href="{{LaravelLocalization::getLocalizedURL($localeCode) }}">{{{ $properties['native'] }}}</a></li>
<li><a rel="alternate" hreflang="{{$localeCode}}" href="{{LaravelLocalization::getLocalizedURL($localeCode) }}">{{{ $properties['native'] }}} @if($properties['native'] !== "Deutsch") (Beta) @endif</a></li>
@endforeach
</ul>
</li>
......
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