mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 21:43:45 +08:00
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
|
end
|
||||||
|
|
||||||
def rtl_locales
|
def rtl_locales
|
||||||
%w(he ar)
|
%w(he ar fa_IR)
|
||||||
end
|
end
|
||||||
|
|
||||||
def css_class
|
def css_class
|
||||||
|
|
Loading…
Reference in New Issue
Block a user