babble
babble copied to clipboard
Multilingual WordPress done right.
This adds a little rough on the edges support for installing languages. Attempts to fix #176 Some things worth considering: - Needs Fix: The plugin’s `is_rtl` method depends on a...
A WP-CLI script to migrate WPML(Sitepress) plugin translated data into babble It will migrate following things - Posts - Taxonomy & Terms - Menu
Remove `error_log` references and use `bbl_log` function
Hooks the WP filter `archive_template` to deal with the shadow post types for archive templates, ensuring they use the right template.
Currently `bbl_get_default_lang_code()` is getting used for AJAX requests which results in not translated AJAX calls. This PR also fixes the if statements without brackets in `set_locale()` function.
This hook will allow developer to trigger custom action after post marked as translation ready e.g. Notify user if any post is marked as translation ready
Clarify method and filter names Add test
Addresses #323