{"id":15040512,"url":"https://github.com/automattic/babble","last_synced_at":"2025-04-07T07:07:52.718Z","repository":{"id":1714859,"uuid":"2444698","full_name":"Automattic/babble","owner":"Automattic","description":"Multilingual WordPress done right.","archived":false,"fork":false,"pushed_at":"2023-08-27T16:22:05.000Z","size":3225,"stargazers_count":247,"open_issues_count":117,"forks_count":47,"subscribers_count":125,"default_branch":"main","last_synced_at":"2025-04-07T07:07:46.767Z","etag":null,"topics":["wordpress","wordpress-plugin","wpvip-plugin"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/babble/","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/Automattic.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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":"2011-09-23T15:12:41.000Z","updated_at":"2025-02-23T07:03:49.000Z","dependencies_parsed_at":"2024-12-16T18:31:14.136Z","dependency_job_id":"a1ea8a4f-0b61-46ed-a36c-9313bf8a3cda","html_url":"https://github.com/Automattic/babble","commit_stats":{"total_commits":612,"total_committers":14,"mean_commits":"43.714285714285715","dds":0.3382352941176471,"last_synced_commit":"7f89ef408984f5399a9be8bf4394dfb4e46125b2"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Automattic%2Fbabble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Automattic%2Fbabble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Automattic%2Fbabble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Automattic%2Fbabble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Automattic","download_url":"https://codeload.github.com/Automattic/babble/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608151,"owners_count":20965952,"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":["wordpress","wordpress-plugin","wpvip-plugin"],"created_at":"2024-09-24T20:44:41.429Z","updated_at":"2025-04-07T07:07:52.697Z","avatar_url":"https://github.com/Automattic.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Babble\n\n* Tags: translations, translation, multilingual, i18n, l10n, localisation\n* Requires at least: 3.5.1\n* Tested up to: 4.1.1\n* Stable tag: 1.5.1\n* License: GPLv2 or later\n* License URI: http://www.gnu.org/licenses/gpl-2.0.html\n\nMultilingual WordPress done right.\n\n## Description\n\nThis plugin is at a beta stage for translating:\n\n * Posts\n * Pages\n * Custom post types\n * Categories\n * Tags\n * Custom taxonomies.\n\nIt is powering a live site at http://freespeechdebate.com/.\n\nThe plugin was built with an aversion to both additional database tables, additional columns \nor column changes and a desire to keep additional queries to a minimum. The plugin is (in theory)\ncompatible with WordPress.com VIP and was built with this platform in mind.\n\nThere are a **lot** of `@FIXME` comments, expressing doubts, fears, uncertainties and \nunknowns; feel free to weigh in on any of them.\n\nPlease add bugs and contribute patches and pull requests to https://github.com/cftp/babble/issues\n\n**Pull requests on the *develop* branch, please, not the master branch.**\n\nContributors: Simon Wheatley, John Blackbourn, Scott Evans, Simon Dickson, Marko Heijnen, Tom Nowell, Gary Jones, Emyr Thomas\n\n## Installation\n\nInstallation is fairly standard:\n\n1. Upload the `babble` directory to the `/wp-content/plugins/` directory\n2. Ensure pretty permalinks are activated in Settings -\u003e Permalinks, not sure how it will cope without these!\n3. Activate the plugin through the 'Plugins' menu in WordPress\n4. You'll now be prompted to set the languages you want, you can pick from any of the language packs you've got installed\n5. You'll notice the language switcher menu in the admin bar, use this to switch languages and (depending on context) to create new versions of the content you are looking at (from the front end) or editing (from the admin area)\n\n## Screenshots\n\n![Trigger a translation from the post edit screen](screenshot-1.png \"Trigger a translation from the post edit screen\")     \n_Trigger a translation from the post edit screen_\n\n![View the jobs in the translation queue](screenshot-2.png \"View the jobs in the translation queue\")     \n_View the jobs in the translation queue_\n\n![Add the translation on the translation editor](screenshot-3.png \"Add the translation on the translation editor\")     \n_Add the translation on the translation editor_\n\n## Changelog\n\n### 1.5.1\n\n* Fix for not syncing when updating post meta (#261)\n\n### 1.5\n\n* New functionality for translating post meta data.\n* New option to immediately create blank translations when a translation job is open.\n* Use the default language text direction for translations which have empty content.\n* Visual tweaks to the translation editing screen.\n\n### 1.4.4\n\n* Load the interface textdomain when loading and displaying the admin toolbar on the front end.\n* Correctly set the interface language and content language separately from each other.\n* The WPLANG constant is deprecated since WP 4.0. We now give preference to the WPLANG option when setting the defaults.\n* Fix registration of 'term_translation' taxonomy.\n* Fix breaking rewrite rules starting with ^.\n* Various corrections to templates and body classes.\n* Various smaller bug fixes.\n\n### 1.4.3\n\n* Fix the single post template names\n* Update the bundled External Update API library\n\n### 1.4.2\n\n* Fix the language switcher widget so it correctly displays language names\n\n### 1.4.1\n\n* Add the External Update API library to serve updates to Babble from GitHub\n\n### 1.4\n\n* ENHANCEMENT: Translation job UI and workflow\n* ENHANCEMENT: Separation of admin language setting from the content language\n* Various fixes and enhancements\n\n*gap of time while we add various things*\n\n### alpha 1.1 \n\n* Taxonomy terms.\n\n### alpha 1 \n\n* Proof of concept concentrating on the translation of posts. Taxonomies and menus are not handled yet. Widgets are out of scope completely for this phase of work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomattic%2Fbabble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautomattic%2Fbabble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomattic%2Fbabble/lists"}