File tree 4 files changed +12
-5
lines changed
4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 4
4
type : docs
5
5
params :
6
6
hide_feedback : true
7
- disable_translation_not_found_msg : true
8
7
---
Original file line number Diff line number Diff line change 4
4
type : docs
5
5
params :
6
6
hide_feedback : true
7
- disable_translation_not_found_msg : true
8
- default_lang_commit : 48eac183a4dd74946d5a45fa436cfc6052f30532 # patched
7
+ default_lang_commit : 48eac183a4dd74946d5a45fa436cfc6052f30532
9
8
---
Original file line number Diff line number Diff line change 4
4
type : docs
5
5
params :
6
6
hide_feedback : true
7
- disable_translation_not_found_msg : true
8
- default_lang_commit : 2291fd884421f8a0bb47c72327c0681fdf116225 # patched
7
+ default_lang_commit : 2291fd884421f8a0bb47c72327c0681fdf116225
9
8
---
Original file line number Diff line number Diff line change 1
1
{{ $pageProseLang := partial "i18n/lang.html" . -}}
2
2
{{ $siteLang := .Site.Language -}}
3
3
4
+ {{/*
5
+
6
+ The disable_translation_not_found_msg param isn't currently used and I suspect
7
+ that we won't need it, but I'll wait until the following feature is implemented
8
+ before removing the code:
9
+
10
+ https://github.com/open-telemetry/opentelemetry.io/issues/6340
11
+
12
+ */ -}}
13
+
4
14
{{ if and
5
15
(ne $siteLang $pageProseLang)
6
16
(not (.Param "disable_translation_not_found_msg"))
You can’t perform that action at this time.
0 commit comments