Here’s some FAQ regarding RTL.

Where’s RTL defined

You can find RLT declaration in themeConfig.js file in root of your project folder. If you want to change RTL option on or off just change property rtl in themeConfig object.

How to disable RTL

Just set false in themeConfig object’s rtl property to disable RTL in your project.

How to add RTL language

For this you all have to do is use i18n plugin/package & add your RTL language in your project. Please read guide “Localization” on adding new locale in our docs.