Merge pull request #4597 from ibnesayeed/urdu-support

RTL direction assigned to Urdu language
This commit is contained in:
Robin Ward 2016-12-22 11:39:44 -05:00 committed by GitHub
commit 962c32edf5
1 changed files with 1 additions and 1 deletions

View File

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