babble icon indicating copy to clipboard operation
babble copied to clipboard

Multilingual WordPress done right.

Results 104 babble issues
Sort by recently updated
recently updated
newest added

Not using absolute paths will cause issues on WordPress.com VIP

``` PHP Fatal error: Call to undefined function wp_installing() in /tmp/wordpress-tests-lib/includes/factory.php on line 178 ``` As in #332, we need to add this function to [`/tests/babble-compat.php`](https://github.com/Automattic/babble/blob/develop/tests/babble-compat.php)

Comment on https://github.com/Automattic/babble/blob/master/class-post-public.php#L974 is no longer valid.

The https://github.com/Automattic/babble/blob/master/templates-admin/translation-groups.php file contains a lot of untranslatable strings.

With a default twenty\* theme active, the Babble plugin enabled, languages configured, and translated content available, go to the Appearance Menus Screen and note that all content is available in...

Hi guys, I've heard about your plugin in last WCEU and I'm testing it in order to use it in production environment but I'm having a big issue with it....

For particular use cases, like Alley's Fieldmanager repeated fields (see [slideshow code example](http://fieldmanager.org/)), the standard Babble meta field translation UI control will not work as the data is serialised into...

On the current develop branch, you can use the language switcher in the admin bar to change the locale context for editing; i.e. view all German post translations on the...

question

**Background:** We have a translation team of 'Editor' role who are trying to translate a few 100 posts written by other people. When they try to save the Translation (either...

Currently all Babble filters and actions are prefixed with `bbl_` except `babble_create_empty_translation` which is an action triggered by an immediate cron job in order to asynchronously create the empty translations.

enhancement