Merge pull request #3338 from Qasem-h/RTL-Support-For-Persian
add rtl support for persian language
This commit is contained in:
commit
f909233ed5
|
@ -19,7 +19,7 @@ class RTL
|
|||
end
|
||||
|
||||
def rtl_locales
|
||||
%w(he ar)
|
||||
%w(he ar fa_IR)
|
||||
end
|
||||
|
||||
def css_class
|
||||
|
|
Loading…
Reference in New Issue