Install amiranagram/localizator into dev setup to identify translatable strings,
Show locale on the debug frame, Detect the browsers language, Documentation on translating PLA, and Some missed translatable strings
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html translate="no">
|
||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" translate="no">
|
||||
@section('htmlheader')
|
||||
@include('architect::layouts.partials.htmlheader')
|
||||
@show
|
||||
|
Reference in New Issue
Block a user