fix transliteration when in all engines mode
This commit is contained in:
parent
3ab9fefcb2
commit
c985f14cfe
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@
|
|||
{{.OutputText}}</textarea>
|
||||
{{if .AutoDetect}}
|
||||
<br>Detected Language: {{.AutoDetect}}{{end}}
|
||||
{{if .Translation.TargetTransliteration}}
|
||||
<br>Transliteration: {{newlinetobr .Translation.TargetTransliteration}}{{end}}
|
||||
{{if .TargetTransliteration}}
|
||||
<br>Transliteration: {{newlinetobr .TargetTransliteration}}{{end}}
|
||||
{{if $.TtsTo}}
|
||||
<br>
|
||||
<audio controls>
|
||||
|
|
Loading…
Reference in a new issue