{"id":13479796,"url":"https://github.com/phoihos/vscode-translate-it","last_synced_at":"2025-04-15T18:32:36.618Z","repository":{"id":40626560,"uuid":"298975065","full_name":"phoihos/vscode-translate-it","owner":"phoihos","description":"Text/Comment Translator Extension for VS Code    https://marketplace.visualstudio.com/items?itemName=phoihos.translate-it","archived":false,"fork":false,"pushed_at":"2023-03-27T07:44:06.000Z","size":1015,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T23:34:28.730Z","etag":null,"topics":["comment-parser","google-translate","translator","typescript","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phoihos.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-27T07:13:25.000Z","updated_at":"2024-09-19T10:34:26.000Z","dependencies_parsed_at":"2024-10-30T13:43:17.319Z","dependency_job_id":null,"html_url":"https://github.com/phoihos/vscode-translate-it","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoihos%2Fvscode-translate-it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoihos%2Fvscode-translate-it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoihos%2Fvscode-translate-it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoihos%2Fvscode-translate-it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phoihos","download_url":"https://codeload.github.com/phoihos/vscode-translate-it/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249128968,"owners_count":21217254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["comment-parser","google-translate","translator","typescript","vscode","vscode-extension"],"created_at":"2024-07-31T16:02:23.135Z","updated_at":"2025-04-15T18:32:36.604Z","avatar_url":"https://github.com/phoihos.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Translate it\n\nThis extension is a text/comment translator powered by **Google Translate** (or **Bing Translator**).\n\n## Features\n\n- Translates selected texts from `Source Language` to `Target Language`\n  - Automatically detects `Source Language` and `Target Language`\n    - `Automatic Target Language` is your prefer display language of VSCode\n    - You can also change the `Target Language` in the **Extension Settings**\n- Translates only comments when you select comments and codes\n  - Supports more than 30 programming languages\n  - See below a [demo](#usage)\n- Displays translated result as **Hover Message**\n  - You can change the `Target Language` and re-translate, by click **Target Language** on header of hover message\n  - See below a [demo](#usage)\n- And supports history logging in the **Output Channel**\n  - See below a [demo](#history-logging)\n- Now, you can choose your preferred translation API\n  - Currently, `Google` and `Bing` translation APIs are supported\n\n## Installation\n\nTo install this extension go to `View-\u003eExtensions` and search for `translate-it` (or `Translate it`). Next click Install.\n\n## Usage\n\nTo use the extension go to the Command Palette (`Cmd+Shift+P` on macOS or `Ctrl+Shift+P` on Windows) and launch `Translate it` command.\n\u003e Recommends to use keyboard shortcut `Shift+Alt+T`.\n\n![Demo 1](./images/readme/demo1.gif)\n\nOr select `Translate it` from context menu (`Right-click` on editor).\n\u003e It's available when you select some text (single or multi select).\n\n![Demo 2](./images/readme/demo2.png)\n\nAnd you can remove translation highlighting, if you select `Remove Translation Highlighting` from context menu (`Right-click` on editor).\n\u003e or Launch `Translate it: Remove Translation Highlighting` command on the Command Palette.  \n\n\u003e Recommends to use keyboard shortcut `Shift+Alt+T`.\n\n![Demo 3](./images/readme/demo3.png)\n\n## History Logging\n\nYou can find the histories of translation in the **Output Channel**.\n\n![Demo 4](./images/readme/demo4.png)\n\n## Settings\n\nTable of contributed settings (prefix \"translateIt.\"):\n\n| Name                     | Default       | Description                                                                                            |\n| ------------------------ | ------------- | ------------------------------------------------------------------------------------------------------ |\n| hoverDisplay             | `true`        | Display translated result as hover message (if `false`, always open **Output Channel** instead)        |\n| hoverDisplayHeader       | `true`        | Display hover message with header area : `\"Source Language → Target Language\"`                         |\n| hoverMultiLineFormatting | `true`        | Display hover message with Multi-Line Formatting                                                       |\n| targetLanguage           | `\"Automatic\"` | Target language ([list the supported](https://cloud.google.com/translate/docs/languages)) translate to |\n| api                      | `\"Google\"`    | Preferred translation api to used                                                                      |\n\n## Issues\n\nIf you find any problems using this extension or you want to propose new features to it, feel free to open an issue on [Github](https://github.com/phoihos/vscode-translate-it/issues).\n\n## Release Notes\n\nDetailed Release Notes are available [here](https://github.com/phoihos/vscode-translate-it/blob/master/CHANGELOG.md) or above **Changelog** tab.\n\n## Attributions\n\nIcon made by [Freepik](https://www.flaticon.com/authors/freepik) from [www.flaticon.com](https://www.flaticon.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoihos%2Fvscode-translate-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphoihos%2Fvscode-translate-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoihos%2Fvscode-translate-it/lists"}