Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions impl-status.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
### Translator API: Supported Languages (Chrome)
The following languages are currently supported by Chrome's implementation of the Translator API.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The following languages are currently supported by Chrome's implementation of the Translator API.
The following languages are currently supported by Chrome's implementation of the Translator API.

>[!WARNING]
>This list is specific to Chrome's implementation and could be subject to change. We are tracking [issue #68](https://github.com/webmachinelearning/translation-api/issues/68) to add a function for dynamically retrieving supported language pairs, which would replace this static list.

<table>
<tr>

Comment on lines +6 to +8
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<table>
<tr>

As per https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables#creating-a-table, this is enough:

| First Header  | Second Header |
| ------------- | ------------- |
| Content Cell  | Content Cell  |
| Content Cell  | Content Cell  |

| Code | Language |
| --- | --- |
| `ar` | Arabic |
| `bg` | Bulgarian |
| `bn` | Bengali |
| `cs` | Czech |
| `da` | Danish |
| `de` | German |
| `el` | Greek |
| `en` | English |
| `es` | Spanish |
| `fi` | Finnish |
| `fr` | French |
| `hi` | Hindi |
| `hr` | Croatian |
| `hu` | Hungarian |
| `id` | Indonesian |
| `it` | Italian |
| `iw` | Hebrew |
| `ja` | Japanese |
| `kn` | Kannada |
| `ko` | Korean |
| `lt` | Lithuanian |
| `mr` | Marathi |
| `nl` | Dutch |
| `no` | Norwegian |
| `pl` | Polish |
| `pt` | Portuguese |
| `ro` | Romanian |
| `ru` | Russian |
| `sk` | Slovak |
| `sl` | Slovenian |
| `sv` | Swedish |
| `ta` | Tamil |
| `te` | Telugu |
| `th` | Thai |
| `tr` | Turkish |
| `uk` | Ukrainian |
| `vi` | Vietnamese |
| `zh` | Chinese |
| `zh-Hant` | Chinese (Traditional) |

</tr>
</table>
Comment on lines +50 to +52
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
</tr>
</table>

See comment above.