pishran / nova-rtl-theme

RTL layout for Laravel Nova.
MIT License
40 stars 10 forks source link

Multi- language case #8

Closed alwanof closed 3 years ago

alwanof commented 3 years ago

in the case of multi-language, how to make the package work only if ar language selected?

FaridAghili commented 3 years ago

@alwanof Good point, check v1.5.4

New config added to define RTL enabled locales, defaults to fa and ar for Persian and Arabic:

'locales' => [
    'fa',
    'ar',
],

No CSS/JS will be injected in the case of other locales.