{"id":25847384,"url":"https://github.com/danielcshn/android-xml-translator","last_synced_at":"2026-05-11T01:05:54.633Z","repository":{"id":280012151,"uuid":"940672187","full_name":"danielcshn/android-xml-translator","owner":"danielcshn","description":"Translate your Android project's strings.xml to your desired language using Translate API.","archived":false,"fork":false,"pushed_at":"2025-02-28T21:48:37.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T22:22:52.168Z","etag":null,"topics":["android","android-development","android-studio","android-ui","google-translate","google-translate-api","translate","translation","translation-api","translator","xml","xml-document","xml-lang","xml-language"],"latest_commit_sha":null,"homepage":"","language":"Python","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/danielcshn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-02-28T15:33:49.000Z","updated_at":"2025-02-28T21:55:22.000Z","dependencies_parsed_at":"2025-02-28T22:33:00.404Z","dependency_job_id":null,"html_url":"https://github.com/danielcshn/android-xml-translator","commit_stats":null,"previous_names":["danielcshn/android-xml-translator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielcshn%2Fandroid-xml-translator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielcshn%2Fandroid-xml-translator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielcshn%2Fandroid-xml-translator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielcshn%2Fandroid-xml-translator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielcshn","download_url":"https://codeload.github.com/danielcshn/android-xml-translator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241348543,"owners_count":19948208,"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":["android","android-development","android-studio","android-ui","google-translate","google-translate-api","translate","translation","translation-api","translator","xml","xml-document","xml-lang","xml-language"],"created_at":"2025-03-01T10:18:58.880Z","updated_at":"2026-05-11T01:05:54.564Z","avatar_url":"https://github.com/danielcshn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch3\u003e 📝 Android XML Translator 📝 \u003c/h3\u003e\n  \u003chr\u003e\n  \u003cp\u003eTranslate your Android project's strings.xml to your desired language using Translate API.\u003c/p\u003e\n  \u003chr\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \n[![GitHub issues](https://img.shields.io/bitbucket/issues/danielcshn/android-xml-translator?style=for-the-badge)](https://github.com/danielcshn/android-xml-translator/issues)\n[![GitHub watchers](https://img.shields.io/github/watchers/danielcshn/android-xml-translator?style=for-the-badge)](https://github.com/danielcshn/android-xml-translator/watchers)\n[![GitHub forks](https://img.shields.io/github/forks/danielcshn/android-xml-translator?style=for-the-badge)](https://github.com/danielcshn/android-xml-translator/fork)\n[![GitHub stars](https://img.shields.io/github/stars/danielcshn/android-xml-translator?style=for-the-badge)](https://github.com/danielcshn/android-xml-translator/stargazers)\n[![License](https://img.shields.io/github/license/danielcshn/android-xml-translator?style=for-the-badge)](https://github.com/danielcshn/android-xml-translator/blob/main/LICENSE)\n[![GitHub last commit](https://img.shields.io/github/last-commit/danielcshn/android-xml-translator?style=for-the-badge)](https://github.com/danielcshn/android-xml-translator/commits/main)\n\n\u003c/div\u003e\n\n### Prerequisites\n\n- [Python](https://www.python.org/) - v3.8 or high\n\n---\n\n## 🐛 Bug reports\n\nPlease feel free to submit bug reports on the github issue tracker at https://github.com/danielcshn/android-xml-translator/issues\n\n---\n\n## ⬇️ Installing\n```\ngit clone https://github.com/danielcshn/android-xml-translator.git\npip install -r requirements.txt\n```\n\n---\n\n## 💡 Arguments: \n **args**                   | **Description**                                            | **Must / Optional**\n--------------------------- | ---------------------------------------------------------- | -------------------\n`-f`, `--file`              | Path to the strings.xml file.                              | Must\n`-i`, `--input_lang`        | Source language code.                                      | Must\n`-o`, `--output_langs`      | Output languages. Optional Comma-separated or 'TOP10'      | Must\n`-sl`, `--show-languages`   | Show supported languages.                                  | Optional\n`-t`, `--timeout`           | Time to wait between translations. Default 0s.             | Optional\n\n\u003cb\u003eTOP10:\u003c/b\u003e\n- zh-CN = Chinese (simplified)\n- es = Spanish\n- en = English\n- hi = Hindi\n- ar = Arabic\n- pt = Portuguese\n- bn = Bengali\n- ru = Russian\n- ja = Japanese\n- de = German\n\n## 🛠️ Executing examples\n```\npython xml-translator.py -f C:\\dir\\strings.xml -sl\npython xml-translator.py -f C:\\dir\\strings.xml -i en -o es\npython xml-translator.py -f C:\\dir\\strings.xml -i en -o es,fr\npython xml-translator.py -f C:\\dir\\strings.xml -i en -o es,fr -t 5\npython xml-translator.py -f C:\\dir\\strings.xml -i en -o TOP10\npython xml-translator.py -f C:\\dir\\strings.xml -i en -o TOP10 -t 2\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielcshn%2Fandroid-xml-translator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielcshn%2Fandroid-xml-translator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielcshn%2Fandroid-xml-translator/lists"}