diff --git a/docs/speech-to-text/features/translation.mdx b/docs/speech-to-text/features/translation.mdx index d17632a..41c43e0 100644 --- a/docs/speech-to-text/features/translation.mdx +++ b/docs/speech-to-text/features/translation.mdx @@ -314,31 +314,30 @@ with open(PATH_TO_FILE, 'rb') as fd: ## Languages -The following languages can be translated to and from **English** in realtime and batch: +The following languages can be translated to and from **English** in real time and batch: - Bulgarian (bg) - Catalan (ca) -- Mandarin (cmn) +- Croatian (hr) - Czech (cs) - Danish (da) -- German (de) -- Greek (el) -- Spanish (es) +- Dutch (nl) - Estonian (et) - Finnish (fi) - French (fr) - Galician (gl) +- German (de) +- Greek (el) - Hindi (hi) -- Croatian (hr) - Hungarian (hu) - Indonesian (id) - Italian (it) - Japanese (ja) - Korean (ko) -- Lithuanian (lt) - Latvian (lv) +- Lithuanian (lt) - Malay (ms) -- Dutch (nl) +- Mandarin (cmn) - Norwegian (no) - Polish (pl) - Portuguese (pt) @@ -346,13 +345,14 @@ The following languages can be translated to and from **English** in realtime an - Russian (ru) - Slovakian (sk) - Slovenian (sl) +- Spanish (es) - Swedish (sv) - Turkish (tr) - Ukrainian (uk) - Vietnamese (vi) :::tip -In batch, you can also translate from Norwegian Bokmål to Nynorsk. +In batch, you can also translate from Norwegian Bokmål (no) to Nynorsk (nn). ::: ## Best practices diff --git a/docs/speech-to-text/languages.mdx b/docs/speech-to-text/languages.mdx index 20cb294..823a325 100644 --- a/docs/speech-to-text/languages.mdx +++ b/docs/speech-to-text/languages.mdx @@ -105,12 +105,4 @@ Each language above is uniquely identified by a two-letter code (ISO639-1) or th ## Translation Languages -Translation is supported for the majority of Speechmatics' languages. The supported translation pairs are listed below. -For more details, see [Translation](/speech-to-text/features/translation). - -| Audio Language | Translation Target Language | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| English (en) | Bulgarian (bg), Catalan (ca), Mandarin (cmn), Czech (cs), Danish (da), German (de), Greek (el), Spanish (es), Estonian (et), Finnish (fi), French (fr), Galician (gl), Hindi (hi), Croatian (hr), Hungarian (hu), Indonesian (id), Italian (it), Japanese (ja), Korean (ko), Lithuanian (lt), Latvian (lv), Malay (ms), Dutch (nl), Norwegian (no), Polish (pl), Portuguese (pt), Romanian (ro), Russian (ru), Slovakian (sk), Slovenian (sl), Swedish (sv), Turkish (tr), Ukrainian (uk), Vietnamese (vi) | -| Bulgarian (bg), Catalan (ca), Mandarin (cmn), Czech (cs), Danish (da), German (de), Greek (el), Spanish (es), Estonian (et), Finnish (fi), French (fr), Galician (gl), Hindi (hi), Croatian (hr), Hungarian (hu), Indonesian (id), Italian (it), Japanese (ja), Korean (ko), Lithuanian (lt), Latvian (lv), Malay (ms), Dutch (nl), Norwegian (no), Polish (pl), Portuguese (pt), Romanian (ro), Russian (ru), Slovakian (sk), Slovenian (sl), Swedish (sv), Turkish (tr), Ukrainian (uk), Vietnamese (vi) | English (en) | -| Norwegian Bokmål (no) | Norwegian Nynorsk (nn) | - +Translation is supported for the majority of Speechmatics' languages. The list of translation languages is available on the [translation](/speech-to-text/features/translation#languages) page.