{"id":16184638,"url":"https://github.com/rmariuzzo/laravel-translator","last_synced_at":"2025-03-19T02:31:30.399Z","repository":{"id":25032945,"uuid":"28452560","full_name":"rmariuzzo/Laravel-Translator","owner":"rmariuzzo","description":"Laravel command that interactively helps you translate missing keys.","archived":false,"fork":false,"pushed_at":"2014-12-26T01:04:29.000Z","size":305,"stargazers_count":19,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-11T07:10:45.365Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/rmariuzzo.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":"2014-12-24T15:18:07.000Z","updated_at":"2020-05-02T02:51:33.000Z","dependencies_parsed_at":"2022-08-23T11:31:26.528Z","dependency_job_id":null,"html_url":"https://github.com/rmariuzzo/Laravel-Translator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmariuzzo%2FLaravel-Translator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmariuzzo%2FLaravel-Translator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmariuzzo%2FLaravel-Translator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmariuzzo%2FLaravel-Translator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmariuzzo","download_url":"https://codeload.github.com/rmariuzzo/Laravel-Translator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221720424,"owners_count":16869483,"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-10T07:10:53.976Z","updated_at":"2024-10-27T19:09:06.841Z","avatar_url":"https://github.com/rmariuzzo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel-Translator\n\n\u003e Laravel command that interactively helps you translate missing keys.\n\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/rmariuzzo/Laravel-Translator)\n\n![Laravel Translator screenshot](https://raw.github.com/rmariuzzo/Laravel-Translator/master/screenshot.png)\n\n## Installation\n\nAdd the following line to your `composer.json` file under `require`:\n\n```json\n\"mariuzzo/laravel-translator\": \"1.0.*\"\n```\n\nThen run:\n\n```bash\ncomposer update\n```\n\nAdd the service provider into your Laravel app (`app/config/app.php`):\n\n```php\n'providers' =\u003e array(\n    ...\n    'Mariuzzo\\Translator\\TranslatorServiceProvider'\n    ...\n)\n```\n\nThat's it!\n\n## Usage\n\nThis project comes with a single command which start the translator. The translator will ask what you want to do.\n\n```bash\nphp artisan translator:start\n```\n\n\u003e **Warning:** Saving translation changes to disk will overwrite all lang files.\n\n### Features\n\nThe Laravel Translator command allows you to:\n\n - Check for missing translation lines.\n - Translate interactively missing translation lines.\n - Save changes to disk.\n\n## How to contribute?\n\n\u003e All help are more than welcome!\n\n### Development Workflow\n\n 1. Fork this repository.\n 2. Clone your fork and create a feature branch from develop.\n\n    ```bash\n    git checkout develop \n    git checkout -b feature-fancy-name\n    ```\n\n 3. Install development dependencies.\n\n    ```bash\n    composer update\n    ```\n\n 4. Code and be happy!\n 5. Submit a pull request.\n\n## Tests\n\n \u003e 404 Test not found! This is the very first release, try again later, and you will find the tests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmariuzzo%2Flaravel-translator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmariuzzo%2Flaravel-translator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmariuzzo%2Flaravel-translator/lists"}