=== Multisite Language Switcher === Contributors: realloc Donate link: http://www.greenpeace.org/international/ Tags: multilingual, multisite, language, switcher, international, localization, i18n Requires at least: 3.0 Tested up to: 3.2.1 Stable tag: 0.8 A simple but powerful plugin that will help you to manage the relations of posts/pages/categories/... in your multisite-multilingual-installation. == Description == A simple but powerful plugin that will help you to manage the relations of posts, pages, categories and tags in your multisite-multilingual-installation. The plugin is using the flag-icons from [FamFamFam](http://famfamfam.com). Thanks to Mark James for his great work. = Translators = * German (de_DE) - [Dennis Ploetner](http://www.urlaub-und-reisen.net/) * Italian (it_IT) - [Antonella Cucinelli](http://www.freely.de/it/) * Dutch (nl_NL) - [Alexandra Kleijn](http://www.buurtaal.de/) * Brazillian Portuguese (pt_BR) - [Victor](http://www.coolweb.com.br/) * Spanish (es_ES) - [Andreas Breitschopp](http://www.ab-weblog.com/en/) * French (fr_FR) - [Andreas Breitschopp](http://www.ab-tools.com/en/) If you have created your own language pack, or have an update of an existing one, you can [send me](mailto:re@lloc.de) your gettext PO and MO so that I can bundle it into the Multisite Language Switcher. You can download the latest POT file [from here](http://plugins.svn.wordpress.org/multisite-language-switcher/trunk/languages/default.pot). == Installation == * download the plugin * uncompress it with your preferred unzip programme * copy the entire directory in your plugin directory of your wordpress blog (/wp-content/plugins) * activate the plugin in your plugin page * set some configuration in Options -> Multisite Language Switcher * set the relations of your pages and posts in Posts -> Edit or Page -> Edit * set the relations of your categories and tags in Posts -> Categories or Post -> Tags * now you can use the widget and/or the content_filter which displays a hint if a translation is available * optionally you can use a line like `` directly in your theme-files == Changelog == = 0.8 = * new: now flags in the backend are allways clickable, link to edit the translation or to create a new item * new: meta-box is now also available when you want to add a new post * new: custom url for flag-images * new: now you can order the output by description; default is country-code * new: apply_filters( 'msls_blog_collection_get', $arr ); in MslsBlogCollection::get(); * added empty index.php-files to all subdirectories * source code meets now the [WordPress PHP formatting standards](http://urbangiraffe.com/articles/wordpress-codesniffer-standard/) = 0.7.1 = * language files for pt_BR updated = 0.7 = * new: you can now choose if you want to show only links with a translation * new: flags in edit_posts are clickable now, link to edit the translation * new: function get_the_msls for complete the_msls * new: option to choose if a link to the current blog should be displayed too * new: option to exclude a blog from output * language files for fr_FR added = 0.6.8 = * bugfix: str_replace problem with 4th parameter = 0.6.7 = * bugfix: get_term_link seems to fail if there is a custom category_base or tag_base defined * bugfix: get_term_link expects term_id as integer * bugfix: do not include blogs without configuration * bugfix: fatal error if there is no configuration = 0.6.6 = * language files for es_ES added = 0.6.5 = * language files for pt_BR added = 0.6.4 = * bugfix: strange behaviour of the sidebar-widget corrected = 0.6.3 = * bugfix: there was a problem with restore_current_blog() and more then 2 languages * bugfix: problem under some circumstancess with the content_filter = 0.6.2 = * bugfix: sometimes no flag was shown because WPLANG could be empty for en_US-Blogs in the network = 0.6.1 = * bugfix: notice when MslsLink::$txt was requested for output of the link-title = 0.6 = * new: relations between categories and tags in different languages = 0.5 = * language files for nl_NL added = 0.4 = * widget added * hint for available translations as filter of the_content added * bugfix: $this->options->before_output, $this->options->after_output = 0.3 = * new display-option added * optimization/refactoring = 0.2 = * bugfix: showstopper in MslsMain::__construct() = 0.1 = * first version