@extends('admin.settings.sidebar') @section('title', __('admin.locales.title')) @section('setting')
{{ __('admin.locales.description') }}
| {{ __('global.locale') }} | {{ __('global.is_default') }} | {{ __('global.is_downloaded') }} | {{ __('global.is_enabled') }} | {{ __('global.actions') }} |
|---|---|---|---|---|
| {{ $locale['name'] }} | @if ($locale['is_default']) {{ __('global.yes') }} @else {{ __('global.no') }} @endif | @if ($locale['is_downloaded']) {{ __('global.yes') }} @else {{ __('global.no') }} @endif | @if ($locale['is_enabled']) {{ __('global.yes') }} @else {{ __('global.no') }} @endif | @if ($locale['is_downloaded'] && !$locale['is_default']) @endif |
{{ __('admin.locales.changedefaulthelp') }}