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

Merge branch '382-benutzer-zur-bevorzugten-sprache-weiter-leiten' into 'development'

Beim Sprachauswahlschalter wird jetzt zusätzlich die aktuell ausgewählte Sprache angezeigt

Closes #382

See merge request !597
parents 060ead48 47dedab9
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
This diff is collapsed.
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -26,4 +26,4 @@
@container-large-desktop: (1370px + @grid-gutter-width);
//** Point at which the navbar becomes uncollapsed.
@grid-float-breakpoint: 805px;
\ No newline at end of file
@grid-float-breakpoint: 865px;
\ No newline at end of file
......@@ -94,7 +94,7 @@
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" id="navigationSprache">{{ trans('staticPages.nav19') }}
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" id="navigationSprache">{{ trans('staticPages.nav19') }} ({{ LaravelLocalization::getSupportedLocales()[LaravelLocalization::getCurrentLocale()]['native'] }})
<span class="caret"></span></a>
<ul class="dropdown-menu">
@foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
......
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