Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/automattic/babble
Multilingual WordPress done right.
https://github.com/automattic/babble
wordpress wordpress-plugin wpvip-plugin
Last synced: 4 days ago
JSON representation
Multilingual WordPress done right.
- Host: GitHub
- URL: https://github.com/automattic/babble
- Owner: Automattic
- Created: 2011-09-23T15:12:41.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T16:22:05.000Z (over 1 year ago)
- Last Synced: 2025-01-29T08:08:23.540Z (4 days ago)
- Topics: wordpress, wordpress-plugin, wpvip-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/babble/
- Size: 3.08 MB
- Stars: 246
- Watchers: 126
- Forks: 50
- Open Issues: 117
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Babble
* Tags: translations, translation, multilingual, i18n, l10n, localisation
* Requires at least: 3.5.1
* Tested up to: 4.1.1
* Stable tag: 1.5.1
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.htmlMultilingual WordPress done right.
## Description
This plugin is at a beta stage for translating:
* Posts
* Pages
* Custom post types
* Categories
* Tags
* Custom taxonomies.It is powering a live site at http://freespeechdebate.com/.
The plugin was built with an aversion to both additional database tables, additional columns
or column changes and a desire to keep additional queries to a minimum. The plugin is (in theory)
compatible with WordPress.com VIP and was built with this platform in mind.There are a **lot** of `@FIXME` comments, expressing doubts, fears, uncertainties and
unknowns; feel free to weigh in on any of them.Please add bugs and contribute patches and pull requests to https://github.com/cftp/babble/issues
**Pull requests on the *develop* branch, please, not the master branch.**
Contributors: Simon Wheatley, John Blackbourn, Scott Evans, Simon Dickson, Marko Heijnen, Tom Nowell, Gary Jones, Emyr Thomas
## Installation
Installation is fairly standard:
1. Upload the `babble` directory to the `/wp-content/plugins/` directory
2. Ensure pretty permalinks are activated in Settings -> Permalinks, not sure how it will cope without these!
3. Activate the plugin through the 'Plugins' menu in WordPress
4. You'll now be prompted to set the languages you want, you can pick from any of the language packs you've got installed
5. 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)## Screenshots
![Trigger a translation from the post edit screen](screenshot-1.png "Trigger a translation from the post edit screen")
_Trigger a translation from the post edit screen_![View the jobs in the translation queue](screenshot-2.png "View the jobs in the translation queue")
_View the jobs in the translation queue_![Add the translation on the translation editor](screenshot-3.png "Add the translation on the translation editor")
_Add the translation on the translation editor_## Changelog
### 1.5.1
* Fix for not syncing when updating post meta (#261)
### 1.5
* New functionality for translating post meta data.
* New option to immediately create blank translations when a translation job is open.
* Use the default language text direction for translations which have empty content.
* Visual tweaks to the translation editing screen.### 1.4.4
* Load the interface textdomain when loading and displaying the admin toolbar on the front end.
* Correctly set the interface language and content language separately from each other.
* The WPLANG constant is deprecated since WP 4.0. We now give preference to the WPLANG option when setting the defaults.
* Fix registration of 'term_translation' taxonomy.
* Fix breaking rewrite rules starting with ^.
* Various corrections to templates and body classes.
* Various smaller bug fixes.### 1.4.3
* Fix the single post template names
* Update the bundled External Update API library### 1.4.2
* Fix the language switcher widget so it correctly displays language names
### 1.4.1
* Add the External Update API library to serve updates to Babble from GitHub
### 1.4
* ENHANCEMENT: Translation job UI and workflow
* ENHANCEMENT: Separation of admin language setting from the content language
* Various fixes and enhancements*gap of time while we add various things*
### alpha 1.1
* Taxonomy terms.
### alpha 1
* 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.