-
Notifications
You must be signed in to change notification settings - Fork 20
Docs: Add supported languages for Chrome Translator API #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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. | ||||||||
| >[!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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
See comment above. |
||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.