{"id":15508362,"url":"https://github.com/tinesoft/droidlinguist","last_synced_at":"2025-04-23T02:21:19.294Z","repository":{"id":27853781,"uuid":"31344294","full_name":"tinesoft/droidlinguist","owner":"tinesoft","description":"A tool that helps you easily translate your killer android apps in a nice \u0026 clear interface, using popular translator engines like Microsoft Translator, Yandex Translate or Google Translate!","archived":false,"fork":false,"pushed_at":"2016-12-01T19:54:51.000Z","size":6834,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-19T21:19:13.421Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://droidlinguist.io","language":"Java","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/tinesoft.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}},"created_at":"2015-02-26T01:09:46.000Z","updated_at":"2021-05-19T19:20:32.000Z","dependencies_parsed_at":"2022-09-10T18:21:36.143Z","dependency_job_id":null,"html_url":"https://github.com/tinesoft/droidlinguist","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/tinesoft%2Fdroidlinguist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinesoft%2Fdroidlinguist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinesoft%2Fdroidlinguist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinesoft%2Fdroidlinguist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinesoft","download_url":"https://codeload.github.com/tinesoft/droidlinguist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250354802,"owners_count":21416788,"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":[],"created_at":"2024-10-02T09:37:54.964Z","updated_at":"2025-04-23T02:21:19.264Z","avatar_url":"https://github.com/tinesoft.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"droidlinguist\n===========================================================================================================================================\n\nA tool that helps you easily translate your killer android apps in a nice \u0026 clear interface, using popular translator engines like [Microsoft Translator](http://aka.ms/MicrosoftTranslatorAttribution), [Yandex Translate](http://translate.yandex.com/) or [Google Translate](http://translate.google.com)!\n\n# Features \u0026 Demo\n\n[DEMO](https://droidlinguist.io)\n\n![DroidLinguit Screenshot](/droidlinguist-web/src/main/webapp/assets/images/screenshot-translate.png)\n\n# Development\n\n### Requirements\n\nYou should already have the following dependencies installed: **Java 8**, **Maven**, **Node.js(npm)**, **Bower** and **Grunt**. if not:\n\n* Java 8\n* Install [Maven](https://maven.apache.org/download.cgi)\n* Install [Node.js](http://nodejs.org/). This will also install npm, which is the node package manager we are using in the next commands.\n* Install [Bower](http://bower.io): ```npm install -g bower```\n* Install [Grunt](http://gruntjs.com): ```npm install -g grunt-cli```\n\n### Overall Directory Structure\n\nThe project structure looks like this:\n\n```\ndroidlinguist/\n  |- droidlinguist-web/\n  |- droidlinguist-server/\n```\n\n### Usage\n\nOnce installed, simply run the following command from the project *root directory* to install all maven dependencies locally:\n\n```\n$ mvn clean install \n```\n\nThen, move to **droidlinguist-web** folder and run the following to start the local server (at [http://localhost:8080](http://localhost:8080)):\n\n```\n$ mvn [\u003cTRANSLATOR_OPTIONS\u003e] -P\u003cPROFILE\u003e \n```\nwhere ```\u003cPROFILE\u003e``` can be either:\n* **dev** : developpment profile (unminified js/html to ease debbugging, Tomcat application server)\n* **fast** : another developpment profile (unminified js/html/css to ease debbugging, Undertow application server to start faster)\n* **prod** : production profile (minified js/html/css, static resources caching, ...)\n\nand ```\u003cTRANSLATOR_OPTIONS\u003e``` are (not exclusive):\n* **-Dtranslator.microsoft.clientId=```\u003cYOUR_CLIENT_ID\u003e``` -Dtranslator.microsoft.clientSecret=```\u003cYOUR_CLIENT_SECRET\u003e```** : to use Microsoft Translator engine\n* **-Dtranslator.yandex.apiKey=```\u003cYOUR_API_KEY\u003e```** : to use Yandex Translate engine\n* **-Dtranslator.google.apiKey=```\u003cYOUR_API_KEY\u003e```** : to use Google Translate engine\n\n**Note:** If you don't want to use a translator engine at all, simply ignore these properties.\n\n\nObserve the server starting logs to make sure your setup is correct.\n\nIf no warnings is shown, then run the following (in another console):\n\n```\n$ grunt serve \n```\n\nThat will start a proxy of local server at [http://localhost:3000](http://localhost:3000) and open a new browser tab.\nYou can browse the application from that URL.\n\nAlso check out [http://localhost:3001](http://localhost:3001). It hosts a tool named **Browser Sync**, that manages the app at [http://localhost:3000](http://localhost:3000) and provides cool features like live reload, css outlining, css overlay...\n\n# License\n\nCopyright (c) 2016 Tine Kondo. Licensed under the MIT License (MIT)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinesoft%2Fdroidlinguist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinesoft%2Fdroidlinguist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinesoft%2Fdroidlinguist/lists"}