mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 09:25:41 +08:00
Merge pull request #4597 from ibnesayeed/urdu-support
RTL direction assigned to Urdu language
This commit is contained in:
commit
962c32edf5
@ -137,7 +137,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user