-
-
-
Source Text:
- {{if .Translation.SourceTransliteration}}
-
Transliteration: {{newlinetobr .Translation.SourceTransliteration}}{{end}}
- {{if .TtsFrom}}
+ {{ if .Translation.SourceTransliteration }}
+
+ Transliteration: {{ newlinetobr .Translation.SourceTransliteration }}{{ end }}
+ {{ if .TtsFrom }}
- {{end}}
+ {{ end }}
-
{{ if .TranslateAll }}
- {{range $key, $value := .TranslateAll}}
+ {{ range $key, $value := .TranslateAll }}
Engine: {{.Engine}}
- {{if .AutoDetect}}
-
Detected Language: {{.AutoDetect}}{{end}}
- {{if .TargetTransliteration}}
-
Transliteration: {{newlinetobr .TargetTransliteration}}{{end}}
- {{if $.TtsTo}}
+ {{ if .AutoDetect }}
+
+ Detected Language: {{.AutoDetect}}{{ end }}
+ {{ if .TargetTransliteration }}
+
+ Transliteration: {{ newlinetobr .TargetTransliteration }}{{ end }}
+ {{ if $.TtsTo }}
- {{end}}
+ {{ end }}
- {{end}}
- {{ else }} {{if .TranslationExists}}
+ {{ end }}
+ {{ else }} {{ if .TranslationExists }}
- {{if .Translation.AutoDetect}}
-
Detected Language: {{.Translation.AutoDetect}}{{end}}
- {{if .Translation.TargetTransliteration}}
-
Transliteration: {{newlinetobr .Translation.TargetTransliteration}}{{end}}
- {{if .TtsTo}}
+ {{ if .Translation.AutoDetect }}
+
+ Detected Language: {{.Translation.AutoDetect}}{{ end }}
+ {{ if .Translation.TargetTransliteration }}
+
+ Transliteration: {{ newlinetobr .Translation.TargetTransliteration }}{{ end }}
+ {{ if .TtsTo }}
- {{end}}
+ {{ end }}
- {{end}}
- {{end}}
-
- {{if .TranslationExists}}
-
- {{end}}
- {{ if and .Engine .From .To .OriginalText }}
Copy translation link
- {{end}}
- {{if .TranslationExists}}
-
-{{ template "footer" .}}
+{{ template "footer" . }}