Commit 64673e92 authored by Jeremy Wu's avatar Jeremy Wu Committed by Phil Hughes

Fix: client translations file will not load even when exists

Fix the issue that when the translation file exists (English) will not load on client side
parent 5606ac4c
......@@ -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