Improve RTL support

I'm starting to make some improvements to RTL support, more PR's to come to address other parts.
This commit is contained in:
Mustafa Online 2024-05-04 13:17:48 +02:00
parent dab5874fd7
commit fa0bea87e6

View file

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}"
dir="{{ in_array(app()->getLocale(),['ar-SA','fa-IR', 'he-IL']) ? 'rtl' : 'ltr' }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">