mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove duplicate definition of RTL locales and add Uyghur to the list (#27387)
This commit is contained in:
@@ -259,7 +259,7 @@ module ApplicationHelper
|
||||
end
|
||||
|
||||
def rtl?
|
||||
%w[ar ur fa_IR he].include? I18n.locale.to_s
|
||||
Rtl::LOCALES.include? I18n.locale.to_s
|
||||
end
|
||||
|
||||
def html_lang
|
||||
|
||||
Reference in New Issue
Block a user