Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 954 Bytes

file-translation.md

File metadata and controls

37 lines (27 loc) · 954 Bytes
nav_order parent title description
3
Features
File translation
Machine translation API support for translating entire files

File translation is the translation of entire files, including layout and formatting.

A growing number of machine translation APIs support translating various file types directly.

File types

There is support for plain text files as well as the most common document formats.

  • text and Markdown files
  • HTML and XML files
  • JSON and YAML files
  • Microsoft Word and PowerPoint files
  • PDF files

Image files and audio files are typically not supported.

{% assign apis = site.data.apis | where_exp: 'api', 'api.file_translation == true' %}

API support

{{apis.size}} machine translation APIs support file translation.

{% capture api_content %} {% for api in apis %}

  • [{{ api.name }}](/{{ api.id }}) {% endfor %} {% endcapture %}

{{ api_content | markdownify }}