mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
add persian language to rtl support
This commit is contained in:
parent
b95897e0e8
commit
768d170d12
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