{"id":16506795,"url":"https://github.com/screamingdev/wp-easy-translate","last_synced_at":"2025-10-10T04:42:47.481Z","repository":{"id":57056118,"uuid":"54291973","full_name":"ScreamingDev/wp-easy-translate","owner":"ScreamingDev","description":"Easily manage translations with your team and VCS like GIT or SVN.","archived":false,"fork":false,"pushed_at":"2016-08-16T17:54:22.000Z","size":48,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-10T04:42:46.006Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ScreamingDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-19T23:37:14.000Z","updated_at":"2017-11-29T08:54:08.000Z","dependencies_parsed_at":"2022-08-24T07:30:29.007Z","dependency_job_id":null,"html_url":"https://github.com/ScreamingDev/wp-easy-translate","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ScreamingDev/wp-easy-translate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScreamingDev%2Fwp-easy-translate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScreamingDev%2Fwp-easy-translate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScreamingDev%2Fwp-easy-translate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScreamingDev%2Fwp-easy-translate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScreamingDev","download_url":"https://codeload.github.com/ScreamingDev/wp-easy-translate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScreamingDev%2Fwp-easy-translate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002667,"owners_count":26083442,"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-10T02:00:06.843Z","response_time":62,"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-10-11T15:22:15.436Z","updated_at":"2025-10-10T04:42:47.465Z","avatar_url":"https://github.com/ScreamingDev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP Easy Translate\n\n    composer require sourcerer-mike/wp-easy-translate\n\nThis tool helps you with your tranlations.\nReal developer use their console ;)\n\n    wp-easy-translate theme twentysixteen\n    wp-easy-translate plugin akismet\n\nAnd then the magic happens:\n\n- All translations with will be fetched.\n- Your source files (po, php or json) will be updated.\n- The binaries (MO-Files) will be updated to.\n\nTranslate with ease!\n\n## Formats\n\nRun `wp-easy-translate themes --format php` to get a **PHP-Array**:\n\n    \u003c?php return array (\n      'some_textdomain' =\u003e \n      array (\n        '' =\u003e \n        array (\n          'domain' =\u003e 'some_textdomain',\n          'lang' =\u003e 'de',\n          'plural-forms' =\u003e 'nplurals=2; plural=(n != 1);',\n        ),\n        'General' =\u003e \n        array (\n          0 =\u003e '',\n          1 =\u003e 'Allgemeines', // THIS IS VERY THE TRANSLATION HAPPENS\n        ),\n        'Author' =\u003e\n         \n        ...\n\nMy favourite! Or `wp-easy-translate themes --format json` to have a nice\nand clean list:\n\n    {\n        \"General\": \"Allgemein\",\n        \"Author\": \"Autor\",\n        \"Steak\": \"Schnitzel\",\n        \"Tank\": \"Panzerwagen\",\n    }\n\nFormats like **YAML** are planned.\nEven **CSV** will come so that your customer can contribut with translations made in Excel.\nI guess they don't like to edit JSON or YAML files ;)\n\n## Updates every time\n\nWork and run `wp-easy-translate themes` again to update your PO-Files:\n\n- Obsolete translations will be removed\n- New translations will be added\n- MO-Files are updated every time.\n\n\n## Copy and Translate\n\nEverytime `wp-easy-translate theme foo` runs there will be a \"empty.po\" (or \"empty.php\", \"empty.json\") file in the languages\nfolder of every theme. Just copy it to \"de_DE.po\" or \"en_GB.po\" (or \"php\", \"json\") and add the translations.\n\nWith every run of `wp-easy-translate theme foo` the according MO-File (\"de_DE.mo\", \"en_GB.mo\") will be updated.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscreamingdev%2Fwp-easy-translate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscreamingdev%2Fwp-easy-translate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscreamingdev%2Fwp-easy-translate/lists"}