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

Merge branch '90-englische-ubersetzung-uberarbeiten' into 'development'

Beta Beschriftung für den Sprachschalter eingefügt

Closes #90

See merge request !162
parents 3e7a23dd 32cdba42
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