You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
Think this perhaps a little outside the scope of the project. A simple use case is to set the <html> tag in the root blade file to : <html lang="{{ app()->getLocale() }}" dir="{{__('core.text_dir')}}">. This will then use the entry in the language file to determine the direction. Does this seem like a suitable solution?
Alternative would be add a new field to the locale system to store a text direction parameter with the locale, then add another function to get the direction.
When a RTL language is selected for the user, the sidebar Mac should pin right and the aside pins left. And vice versa for the LTR.
The text was updated successfully, but these errors were encountered: