{"id":17726752,"url":"https://github.com/sergeysova/internalizer","last_synced_at":"2025-07-24T18:11:23.630Z","repository":{"id":66330840,"uuid":"43972479","full_name":"sergeysova/Internalizer","owner":"sergeysova","description":"Simple web internaliser for your project","archived":false,"fork":false,"pushed_at":"2015-10-10T00:09:49.000Z","size":292,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T11:06:16.065Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sergeysova.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-10-09T18:17:12.000Z","updated_at":"2020-05-07T21:46:13.000Z","dependencies_parsed_at":"2023-03-10T23:50:12.141Z","dependency_job_id":null,"html_url":"https://github.com/sergeysova/Internalizer","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/sergeysova%2FInternalizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2FInternalizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2FInternalizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2FInternalizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergeysova","download_url":"https://codeload.github.com/sergeysova/Internalizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246485292,"owners_count":20785281,"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-25T17:06:45.519Z","updated_at":"2025-03-31T14:47:23.577Z","avatar_url":"https://github.com/sergeysova.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Internalizer\n\nSimple web-app to make translations for your own project\n\n\n## Install\n\nWith internalizer script _(not released)_:\n\n```bash\nnpm i -g internalizer\ncd to/your/projects\ninternalizer install\n```\n\nWith git _(recommended)_:\n\n```bash\ncd to/your/projects\ngit clone https://github.com/LestaD/Internalizer.git\ncd Internalizer\ncp config.example.js config.js\n\n# Dev tools\nnpm i -g jake roco nodemon\n\n# Install dependencies\njake install\n```\n\n\n## Development\n\n```bash\n# Backend\njake api:dev\n\n# Frontend\njake app:dev\n\n# Open web-app\nopen http://localhost:5000\n```\n\n\n## Internalizer script\n\n```bash\n# Download and install Internalizer\ninternalizer install # \u003cdirname\u003e\n\n# Upgrade Internalizer in dir\ninternalizer upgrade\n\n# Install driver to create translations for Chrome Extensions\ninternalizer driver install chrome-extension\n\n# Uninstall driver\ninternalizer driver uninstall yaml-simple\n```\n\n\n## Drivers\n\nTo install driver:\n\n```bash\n# Install npm package\nnpm i --save internalizer-driver-chrome-extension\n```\n\nAdd plugin to `config.js`:\n\n```js\n{\n  // ...\n  \"drivers\": [\n    \"chrome-extension\"\n  ],\n  \"driverDefault\": \"chrome-extension\"\n}\n```\n\nWith internalizer script it was easier:\n\n```bash\ninternalizer driver install --default chrome-extension\n```\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeysova%2Finternalizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergeysova%2Finternalizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeysova%2Finternalizer/lists"}