mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue