@extends('layouts.admin') @section('title', 'Localization') @section('content')
Platform experience
Manage active languages, reading direction and runtime translation overrides.
| Locale | Direction | Translations | Status | Actions |
|---|---|---|---|---|
| {{ $locale->native_name }} {{ $locale->name }} · {{ $locale->code }} | {{ strtoupper($locale->direction) }} | {{ $locale->translations_count }} | {{ $locale->is_active ? 'Active' : 'Inactive' }} {{ $locale->is_default ? '· Default' : '' }} | @unless($locale->is_default)@endunless |
| Locale | Key | Value | |
|---|---|---|---|
| {{ $translation->locale->code }} | {{ $translation->group }}.{{ $translation->key }} | {{ $translation->value }} | |
| No runtime overrides. | |||