RTL direction assigned to Urdu language

This commit is contained in:
Sawood Alam 2016-12-10 18:57:48 -05:00
parent 3f765e0227
commit 77ef730f20
No known key found for this signature in database
GPG Key ID: 4D2522717032428B
1 changed files with 1 additions and 1 deletions

View File

@ -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