@extends ('layouts.admin') @section ('content')
Library list
Library details

{{Iso639p3::englishName($languageCode)}} ({{ $languageCode }}) translation for {{ $library->getLibraryString(true) }}

  • Changes done here will not be included when the library is exported
  • If a new patch version of this library is installed, changes done may be lost
@if($errors->isNotEmpty() || (isset($messages) && $messages->isNotEmpty()))
Update failed @foreach($errors->all() as $error)
{{ $error }}
@endforeach @foreach($messages->all() as $msg)
{{ $msg }}
@endforeach
@elseif (isset($messages))
{{ \Carbon\Carbon::now()->format('Y-m-d H:i:s e') }}: Database updated
@endif
Upload new translation
@if($haveTranslation) Maximum filesize is 50kB
@csrf
@else Upload not available @endif
Database (Max 51200 characters) File (read only)
@if($haveTranslation)
@csrf
@else No data found @endif
@empty($translationFile) No data found @else @endempty
@endsection