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

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

parent 784731eb
Branches
No related tags found
2 merge requests!619Development,!597Beim Sprachauswahlschalter wird jetzt zusätzlich die aktuell ausgewählte Sprache angezeigt
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.
Please register or to comment