v0.5.7 - Made multi language option

This commit is contained in:
2020-08-06 15:31:38 +02:00
parent 358e47b703
commit 7cc871ae90
26 changed files with 126 additions and 28 deletions
@@ -20,15 +20,15 @@
<a href="{{ route("menu-plans.index") }}">
<img src="{{URL::asset('/images/icons/Menuplan.svg')}}" alt="Menuplan">
Menuplan
{{ __('msg.menuplan') }}
</a>
<a href="{{ route("events.index") }}">
<img src="{{URL::asset('/images/icons/Aktiviteter.svg')}}" alt="Aktiviteter">
Aktiviteter
{{ __('msg.aktiviteter') }}
</a>
<a href="{{ route("washing-reservations.appindex") }}">
<img src="{{URL::asset('/images/icons/Vaske booking liste.svg')}}" alt="Reservationer">
Reservationer
{{ __('msg.reservationer') }}
</a>
{{-- IKKE SLETTES!!!! --}}
{{-- <a href="# ">--}}
@@ -37,23 +37,23 @@
{{-- </a>--}}
<a href="{{ route("contacts.index") }}">
<img src="{{URL::asset('/images/icons/Kontoret.svg')}}" alt="Kontoret">
Kontoret
{{ __('msg.kontoret') }}
</a>
<a href="{{ route("phones.index") }}">
<img src="{{URL::asset('/images/icons/Vagttelefon-hvid.svg')}}" alt="Vagttelefon">
Vagttelefon
{{ __('msg.vagttelefon') }}
</a>
<a href="{{ route("guides.index") }}">
<img src="{{URL::asset('/images/icons/Vejledninger.svg')}}" alt="Guide">
Vejledninger
{{ __('msg.vejledning') }}
</a>
<a href="{{ route("users.account") }}">
<img src="{{URL::asset('/images/icons/user-hvid.svg')}}" alt="Konto">
Konto
{{ __('msg.konto') }}
</a>
<a href="{{ route('users.logout') }}">
<img src="{{URL::asset('/images/icons/Logout.svg')}}" alt="Logud">
Log Ud
{{ __('msg.logud') }}
</a>
</div>