diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index d79ace3f34..09b86dc104 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -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