{"id":24092992,"url":"https://github.com/stanislawfortonski/lang-dictionary","last_synced_at":"2025-10-16T19:40:22.103Z","repository":{"id":135593189,"uuid":"350447021","full_name":"stanislawfortonski/lang-dictionary","owner":"stanislawfortonski","description":"Better way to learn your words from Google Translate. ","archived":false,"fork":false,"pushed_at":"2021-03-30T19:16:04.000Z","size":410,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-02T11:49:44.609Z","etag":null,"topics":["dictionary","dictionary-learning","google","google-sheets","google-translate","google-translator","lang-dictionary","language","languages","translate","vocabulary"],"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/stanislawfortonski.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":"2021-03-22T18:23:02.000Z","updated_at":"2021-03-30T19:13:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"a938010c-f153-4db9-9e34-fc5b16cfb104","html_url":"https://github.com/stanislawfortonski/lang-dictionary","commit_stats":null,"previous_names":["stanislawfortonski/lang-dictionary"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/stanislawfortonski/lang-dictionary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislawfortonski%2Flang-dictionary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislawfortonski%2Flang-dictionary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislawfortonski%2Flang-dictionary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislawfortonski%2Flang-dictionary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stanislawfortonski","download_url":"https://codeload.github.com/stanislawfortonski/lang-dictionary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislawfortonski%2Flang-dictionary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279230597,"owners_count":26130682,"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-10-16T02:00:06.019Z","response_time":53,"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":["dictionary","dictionary-learning","google","google-sheets","google-translate","google-translator","lang-dictionary","language","languages","translate","vocabulary"],"created_at":"2025-01-10T08:56:43.610Z","updated_at":"2025-10-16T19:40:22.073Z","avatar_url":"https://github.com/stanislawfortonski.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lang Dictionary\nBetter way to learn your words from Google Translate. Everything works without any local server.\n\nLearn methods:\n- dictionary list\n- random word\n- guess word\n\n## Setup\n### Setup for desktop\n\n``` bash\n# install dependencies\nnpm install\n\n# build for production with minification\nnpm run build\n\n# run app with electron without creating package\nnpm run electron\n\n# build app for Windows .exe file\nnpm run package-win\n\n# build app for Linux\nnpm run package-linux\n\n# build app for Mac\nnpm run package-mac\n\n```\n\n### Setup for web browser\n\n``` bash\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:8080\nnpm run dev\n\n# build for production with minification\nnpm run build\n```\n\n## Adding words to your database\nYou have two options for that. In First way you have to change `static/js/database.js` before build. The next way is after created package go to `dist_electron/package_name/resources/dist/static/js/database.js`.\n\n### Manualy\n```js\n\nwindow.database = [\n  [\"english\", \"polish\", \"do\", \"robić\"]\n]\n\n```\n\n### Google Translate\n1. Go to https://translate.google.com.\n2. Click on saved (star on the bottom).\n3. Then click export to Google Sheets.\n4. In Google Sheets download sheet as CSV.\n5. Convert to JSON Array. For example here: https://www.convertcsv.com/csv-to-json.htm.\n6. Put JSON Array into window.database variable.\n\n## Libraries\n- Electron\n- Vue 2.x\n- Vuex\n- Vuetify\n- Vue-router\n\n## Assets\nIcon: https://www.flaticon.com/free-icon/translate_2991142\n\nIcons made by [Freepik](https://www.freepik.com) from [https://www.flaticon.com](www.flaticon.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstanislawfortonski%2Flang-dictionary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstanislawfortonski%2Flang-dictionary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstanislawfortonski%2Flang-dictionary/lists"}