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