{"id":18769950,"url":"https://github.com/vinirossa/translate-file","last_synced_at":"2025-08-23T13:19:34.402Z","repository":{"id":36982537,"uuid":"421047901","full_name":"vinirossa/translate-file","owner":"vinirossa","description":"A command line tool to translate files using Google Translate API.","archived":false,"fork":false,"pushed_at":"2025-04-11T02:11:15.000Z","size":378,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T07:52:07.671Z","etag":null,"topics":["api","cli","google","internationalization","translate","translator"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/vinirossa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-10-25T14:01:31.000Z","updated_at":"2021-10-27T01:57:40.000Z","dependencies_parsed_at":"2024-05-01T11:48:41.163Z","dependency_job_id":"98f3d734-0676-491d-a353-f455ec9c07df","html_url":"https://github.com/vinirossa/translate-file","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"070106a6eedffe17cf8c55cb9a07225d0f56bc68"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vinirossa/translate-file","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinirossa%2Ftranslate-file","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinirossa%2Ftranslate-file/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinirossa%2Ftranslate-file/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinirossa%2Ftranslate-file/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinirossa","download_url":"https://codeload.github.com/vinirossa/translate-file/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinirossa%2Ftranslate-file/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271749047,"owners_count":24814114,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","cli","google","internationalization","translate","translator"],"created_at":"2024-11-07T19:17:25.394Z","updated_at":"2025-08-23T13:19:34.379Z","avatar_url":"https://github.com/vinirossa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" style=\"font-weight:bold\"\u003eTranslate File\u003c/h1\u003e\n\n\u003cspan align=\"center\"\u003e\n\n\u003c!-- [![GitHub version](https://img.shields.io/github/package-json/v/vinirossa/translate-file/main?label=version)](https://github.com/vinirossa/translate-file)\n[![GitHub downloads](https://img.shields.io/github/downloads/vinirossa/translate-file/total?color=41BC14)](https://github.com/vinirossa/translate-file)\n[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/vinirossa/translate-file/blob/main/LICENSE)\n[![GitHub Actions](https://github.com/vinirossa/translate-file/actions/workflows/ci.yml/badge.svg?name=push)](https://github.com/vinirossa/translate-file/actions/workflows/ci.yml) --\u003e\n\n[![npm version](https://img.shields.io/npm/v/translate-file.svg?logo=npm\u0026logoColor=fff\u0026label=npm\u0026color=b22323)](https://www.npmjs.com/package/translate-file)\n[![npm downloads](https://img.shields.io/npm/dt/translate-file?color=success)](https://www.npmjs.com/package/translate-file)\n[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/vinirossa/translate-file/blob/main/LICENSE) \n[![GitHub Actions](https://github.com/vinirossa/translate-file/actions/workflows/ci.yml/badge.svg?name=push)](https://github.com/vinirossa/translate-file/actions/workflows/ci.yml)\n\n\u003c/span\u003e\n\n\u003cspan align=\"center\"\u003e\n\nA command line tool to translate files using Google Translate API.\n\n\u003c/span\u003e\n\n\u003ch2\u003eTable of Contents\u003c/h2\u003e\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Examples](#examples)\n- [Contributing](#contributing)\n- [Contributors](#contributors)\n- [License](#license)\n\n## Installation\n\n```\nnpm install -D translate-file\n```\n\n## Usage\n\nHow to use.\n\n## Examples\n\nTranslate CHANGELOG.md to Spanish as CHANGELOG.es.md.\n\n```\ntranslate-file -i CHANGELOG.md -t es\n```\n\nTranslate README.md to Italian as README_it.md and overwrite file if existent.\n\n```\ntranslate-file -i ../README.md -t it -o README_it.md -ow\n```\n\nTranslate RELEASE_NOTES.md to Portuguese as RELEASE_NOTES.pt.md to C:\\Dev\\my-package.\n\n```\ntranslate-file -i RELEASE_NOTES.md -t pt -d C:\\Dev\\my-package -a\n```\n\nTranslate CONTRIBUTING.txt from Spanish to Dutch as CONTRIBUTING_nl.txt.\n\n```\ntranslate-file -i CONTRIBUTING.txt -s es -t nl -o CONTRIBUTING_nl.txt\n```\n\nTranslate LICENSE to German as LICENSE.de overwriting existent file and auto detecting language.\n\n```\ntranslate-file -i LICENSE -t de -ow -a\n```\n\nTranslate 'French Class Notes.md' to French.\n\n```\ntranslate-file -i \"../../French Class Notes.txt\" -t fr -ow\n```\n\n## Contributing\n\nContributions of any kind are welcome! Please read our [Contributing Guide](https://github.com/vinirossa/translate-file/blob/main/CONTRIBUTING.md) before submitting a pull request to the project.\n\n## Contributors\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/vinirossa\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/72560319?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVinícius Pereira\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#maintenance-vinirossa\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/vinirossa/translate-file/commits?author=vinirossa\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#infra-vinirossa\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"https://github.com/vinirossa/translate-file/commits?author=vinirossa\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/vinirossa/translate-file/pulls?q=is%3Apr+reviewed-by%3Avinirossa\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n## License\n\nSee the [LICENSE](https://github.com/vinirossa/translate-file/blob/main/LICENSE) file for licensing information.\n\nMIT © [Vinícius Pereira](https://github.com/vinirossa)\n\n***Do you like this repo? Give us a star***⭐💛\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinirossa%2Ftranslate-file","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinirossa%2Ftranslate-file","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinirossa%2Ftranslate-file/lists"}