diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 721f68e57b0..6e32e866bac 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -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