I am developing with frappe v15,
when i switch the desk to rtl language same as (arabic) the rtl direction attribute set in the html tag and the rtl style assets loaded successfully into browser but STILL the UI looks ruined (mixing between rtl & ltr direction style)!!!
the solution was:
- bench build
- bench clear-cache
- bench clear-website-cache
- bench restart
if not works then: - delete the assets/ folder in sites/
the solution works but why this bug happens at the beginning!!!