mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 09:04:41 +08:00
RTL direction assigned to Urdu language
This commit is contained in:
@ -135,7 +135,7 @@ module ApplicationHelper
|
|||||||
end
|
end
|
||||||
|
|
||||||
def rtl?
|
def rtl?
|
||||||
["ar", "fa_IR", "he"].include? I18n.locale.to_s
|
["ar", "ur", "fa_IR", "he"].include? I18n.locale.to_s
|
||||||
end
|
end
|
||||||
|
|
||||||
def user_locale
|
def user_locale
|
||||||
|
Reference in New Issue
Block a user