Commit 5638531e authored by Phil Hughes's avatar Phil Hughes

Merge branch 'fix/translation-file-will-not-load-when-exists' into 'master'

Fix: client translations file will not load even when exists

See merge request gitlab-org/gitlab!81771
parents a25994af 64673e92
......@@ -57,7 +57,7 @@
= Gon::Base.render_data(nonce: content_security_policy_nonce)
= javascript_include_tag locale_path unless I18n.locale == :en
= render_if_exists 'layouts/header/translations'
= webpack_bundle_tag "sentry" if Gitlab.config.sentry.enabled
= webpack_bundle_tag 'performance_bar' if performance_bar_enabled?
......
= javascript_include_tag locale_path unless I18n.locale == :en
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment