=== WPML to Polylang === Contributors: Chouby Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CCWWYUUQV8F4E Tags: Polylang, WPML, importer, multilingual, bilingual Requires at least: 3.1 Tested up to: 3.9.1 Stable tag: 0.1.2 License: GPLv2 or later WMPL to Polylang allows to import multilingual data from WPML into Polylang. == Description == = Features = * Imports languages and WPML options (when the same options exist in Polylang) * Imports posts and terms languages as well as translations (including for custom post types and custom taxonomies) * Imports multilingual nav menus * Imports strings translations * Does not delete WPML data = Important = Although WPML data should not be corrupted, as Polylang data are created without deleting anything, **make a database backup before proceeding**. = How to proceed? = * De-activate WPML * Activate [Polylang](http://polylang.wordpress.com) and WPML to Polylang. Do *not* create any language with Polylang. * Go in Tools -> WPML Importer * If all checks are passed, you can click on 'Import' * De-activate WPML to Polylang (you can even delete it) * Setup a language switcher either as a widget or in nav menus * Check that everything is OK * If something went wrong and you want to revert to WPML, you can delete Polylang using the red link in Plugins table (it will delete all data created for Polylang) and then re-activate WPML = Notes = This plugin is still experimental and does not include error management. It has been tested successfully to migrate a small site with WPML 2.0.4.1 to Polylang 1.3.x. Newer versions of WPML have not been tested. Multisite has not been tested either. Thanks to report your experience (successful or not) with different versions of WPML in the support forum. == Changelog == = 0.1.2 (2014-06-06) = * Add: "success" message * Fix: incompatibility with Polylang 1.5 * Fix: taxonomy terms translations incorrectly mapped as WPML uses term_taxonomy_id whereas Polylang uses term_id * Fix: bug with custom post types and custom taxonomies = 0.1.1 (2014-05-01) = * Bug fixes