Only localize js when there's a theme
This commit is contained in:
parent
99e8710095
commit
853082e760
1 changed files with 5 additions and 4 deletions
|
@ -19,6 +19,7 @@
|
||||||
= title
|
= title
|
||||||
|
|
||||||
= javascript_pack_tag "locales", integrity: true, crossorigin: 'anonymous'
|
= javascript_pack_tag "locales", integrity: true, crossorigin: 'anonymous'
|
||||||
|
- if @theme
|
||||||
- if @theme[:supported_locales].include? I18n.locale.to_s
|
- if @theme[:supported_locales].include? I18n.locale.to_s
|
||||||
= javascript_pack_tag "locales/#{@theme[:flavour]}/#{I18n.locale}", integrity: true, crossorigin: 'anonymous'
|
= javascript_pack_tag "locales/#{@theme[:flavour]}/#{I18n.locale}", integrity: true, crossorigin: 'anonymous'
|
||||||
- elsif @theme[:supported_locales].include? 'en'
|
- elsif @theme[:supported_locales].include? 'en'
|
||||||
|
|
Loading…
Reference in a new issue