{"id":20338225,"url":"https://github.com/openclassrooms/translationbundle","last_synced_at":"2025-09-07T02:44:10.155Z","repository":{"id":28261130,"uuid":"31771291","full_name":"OpenClassrooms/TranslationBundle","owner":"OpenClassrooms","description":null,"archived":false,"fork":false,"pushed_at":"2015-12-08T14:30:38.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-08-29T03:48:46.584Z","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/OpenClassrooms.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-03-06T13:51:36.000Z","updated_at":"2020-01-17T09:32:37.000Z","dependencies_parsed_at":"2022-08-27T15:13:02.076Z","dependency_job_id":null,"html_url":"https://github.com/OpenClassrooms/TranslationBundle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OpenClassrooms/TranslationBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenClassrooms%2FTranslationBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenClassrooms%2FTranslationBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenClassrooms%2FTranslationBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenClassrooms%2FTranslationBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenClassrooms","download_url":"https://codeload.github.com/OpenClassrooms/TranslationBundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenClassrooms%2FTranslationBundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273989539,"owners_count":25203260,"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-09-07T02:00:09.463Z","response_time":67,"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":[],"created_at":"2024-11-14T21:12:05.661Z","updated_at":"2025-09-07T02:44:10.129Z","avatar_url":"https://github.com/OpenClassrooms.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TranslationBundle\n[![Build Status](https://travis-ci.org/OpenClassrooms/TranslationBundle.svg)](https://travis-ci.org/OpenClassrooms/TranslationBundle)\n[![Coverage Status](https://coveralls.io/repos/OpenClassrooms/TranslationBundle/badge.svg)](https://coveralls.io/r/OpenClassrooms/TranslationBundle)\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/2e060a26-7a9b-4549-9a44-c2aec7c42b24/mini.png)](https://insight.sensiolabs.com/projects/2e060a26-7a9b-4549-9a44-c2aec7c42b24)\n\nSymfony2 Bundle that checks missing translations keys and fix Transifex behavior\n\n## Installation\nThis bundle can be installed using composer:\n\n```composer require openclassrooms/translation-bundle```\nor by adding the package to the composer.json file directly.\n\n```json\n{\n    \"require\": {\n        \"openclassrooms/translation-bundle\": \"*\"\n    }\n}\n```\n\nAfter the package has been installed, add the bundle to the AppKernel.php file:\n\n```php\n// in AppKernel::registerBundles()\n    $bundles = array(\n        // ...\n        new OpenClassrooms\\Bundle\\TranslationBundle\\OpenClassroomsTranslationBundle(),\n        // ...\n);\n```\n\n## Configuration\nAdd the elasticsearch hosts to the config.yml\n\n``` yml\nopenclassrooms_translation:\n    locale_source: fr\n    locale_targets:\n        - en\n        - es\n    bundles:\n        - AppBundle\n        - UserBundle\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenclassrooms%2Ftranslationbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenclassrooms%2Ftranslationbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenclassrooms%2Ftranslationbundle/lists"}