{"id":26909693,"url":"https://github.com/statikbe/craft-translate","last_synced_at":"2026-03-08T07:31:45.730Z","repository":{"id":57059216,"uuid":"145103200","full_name":"statikbe/craft-translate","owner":"statikbe","description":"Adds static string translations to Craft's Control Panel","archived":false,"fork":false,"pushed_at":"2025-02-28T17:45:16.000Z","size":206,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":8,"default_branch":"develop","last_synced_at":"2025-08-21T00:58:52.357Z","etag":null,"topics":["craft-plugin","craft3","craftcms"],"latest_commit_sha":null,"homepage":"","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/statikbe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-08-17T09:48:51.000Z","updated_at":"2025-02-28T17:45:20.000Z","dependencies_parsed_at":"2024-01-24T11:41:27.280Z","dependency_job_id":"8a305434-959b-467b-915f-fe14ba94a090","html_url":"https://github.com/statikbe/craft-translate","commit_stats":{"total_commits":60,"total_committers":5,"mean_commits":12.0,"dds":0.2833333333333333,"last_synced_commit":"2dcc576a13408a95aca95aaf1842bf5a6e8b349d"},"previous_names":["statikbe/craft-translate"],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/statikbe/craft-translate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statikbe%2Fcraft-translate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statikbe%2Fcraft-translate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statikbe%2Fcraft-translate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statikbe%2Fcraft-translate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statikbe","download_url":"https://codeload.github.com/statikbe/craft-translate/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statikbe%2Fcraft-translate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30248865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T05:41:50.788Z","status":"ssl_error","status_checked_at":"2026-03-08T05:41:39.075Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["craft-plugin","craft3","craftcms"],"created_at":"2025-04-01T13:15:43.166Z","updated_at":"2026-03-08T07:31:45.715Z","avatar_url":"https://github.com/statikbe.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Translate for Craft CMS 4.x\n\nTranslate static string from the Craft control panel\n\n![Codeception](https://github.com/statikbe/craft3-translate/workflows/Run%20Codeception%20unit%20tests/badge.svg)\n\n## Requirements\n\nThis plugin requires Craft CMS 4.0.0 or later.\n\n## Installation\n\nTo install the plugin, follow these instructions.\n\n1. Open your terminal and go to your Craft project:\n\n        cd /path/to/project\n\n2. Then tell Composer to load the plugin:\n\n        composer require statikbe/craft-translate\n\n3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Translate.\n\n\n## Plugin \u0026 module translations\n\nFrom version 1.3.0 onwards, translations for plugins and modules can now be saved in your site as well.\n\nThis can be done by adding the following event to your plugin file:\n\n```php\nuse statikbe\\translate\\elements\\Translate;\nuse statikbe\\translate\\events\\RegisterPluginTranslationEvent;\n\n Event::on(\n    Translate::class,\n    Translate::EVENT_REGISTER_PLUGIN_TRANSLATION,\n    function (RegisterPluginTranslationEvent $event) {\n        $event-\u003eplugins['plugin-handle'] = \\Craft::$app-\u003egetPlugins()-\u003egetPlugin('plugin-handle');\n    }\n);\n```\n\nTranslations for the plugin will then be saved in ``site\\translations\\locale\\plugin-handle.php``\n\n---\n\nBrought to you by [Statik](https://www.statik.be), heavily inspired by [boboldehampsink/translate](https://github.com/boboldehampsink/translate).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatikbe%2Fcraft-translate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatikbe%2Fcraft-translate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatikbe%2Fcraft-translate/lists"}