mirror of
https://github.com/grocy/grocy.git
synced 2025-08-28 09:01:14 +00:00
Migrated (hopefully) all translations to PO/Gettext (references #161)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
@extends('layout.default')
|
||||
|
||||
@section('title', $L('Calendar'))
|
||||
@section('title', $__t('Calendar'))
|
||||
@section('activeNav', 'calendar')
|
||||
@section('viewJsName', 'calendar')
|
||||
|
||||
@push('pageScripts')
|
||||
<script src="{{ $U('/node_modules/fullcalendar/dist/fullcalendar.min.js?v=', true) }}{{ $version }}"></script>
|
||||
@if(!empty($L('fullcalendar_locale') && $L('fullcalendar_locale') != 'x'))<script src="{{ $U('/node_modules', true) }}/fullcalendar/dist/locale/{{ $L('fullcalendar_locale') }}.js?v={{ $version }}"></script>@endif
|
||||
@if(!empty($__t('fullcalendar_locale') && $__t('fullcalendar_locale') != 'x'))<script src="{{ $U('/node_modules', true) }}/fullcalendar/dist/locale/{{ $__t('fullcalendar_locale') }}.js?v={{ $version }}"></script>@endif
|
||||
@endpush
|
||||
|
||||
@push('pageStyles')
|
||||
@@ -19,7 +19,7 @@
|
||||
<h1>
|
||||
@yield('title')
|
||||
<a id="ical-button" class="btn btn-outline-dark" href="#">
|
||||
<i class="fas fa-calendar-plus"></i> {{ $L('Share/Integrate calendar (iCal)') }}
|
||||
<i class="fas fa-calendar-plus"></i> {{ $__t('Share/Integrate calendar (iCal)') }}
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user