diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index fa5811fd88ad4..f6e06f884636f 100755 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -1,5 +1,5 @@ !!! 5 -%html{:lang => 'en'} +%html{:lang => I18n.locale} %head %meta{:charset => 'utf-8'}/ %meta{:name => 'viewport', :content => 'width=device-width, initial-scale=1'}/ diff --git a/app/views/layouts/embedded.html.haml b/app/views/layouts/embedded.html.haml index 562be66259dd1..596f3c36ee96d 100644 --- a/app/views/layouts/embedded.html.haml +++ b/app/views/layouts/embedded.html.haml @@ -1,5 +1,5 @@ !!! 5 -%html{:lang => 'en'} +%html{:lang => I18n.locale} %head %meta{:charset => 'utf-8'}/ = stylesheet_link_tag 'application', media: 'all' diff --git a/app/views/layouts/error.html.haml b/app/views/layouts/error.html.haml index 54563f7d87cd8..543881d7d9f00 100644 --- a/app/views/layouts/error.html.haml +++ b/app/views/layouts/error.html.haml @@ -1,5 +1,5 @@ !!! -%html{:lang => "en"} +%html{:lang => I18n.locale} %head %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/ %meta{:charset => "utf-8"}/