From 77ef730f2060673047d0d1b0f05ae1fe8ea3ef39 Mon Sep 17 00:00:00 2001 From: Sawood Alam Date: Sat, 10 Dec 2016 18:57:48 -0500 Subject: [PATCH] RTL direction assigned to Urdu language --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index d79ace3f343..09b86dc104b 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