A simple but powerful plugin that will help you to manage the relations of posts, pages, custom post types, categories, tags and custom taxonomies in your multilingual multisite-installation.
The plugin is using the flag-icons from FamFamFam. Thanks to Mark James for his great work. In addition, I would like to thank Jürgen Mayer for making the banner of this plugin.
- German (de_DE) - Dennis Ploetner
- Italian (it_IT) - Antonella Cucinelli
- Dutch (nl_NL) - Alexandra Kleijn
- Brazillian Portuguese (pt_BR) - Victor
- Spanish (es_ES) - Andreas Breitschopp
- French (fr_FR) - Andreas Breitschopp
- Russian (ru_RU) - Andrey Vystavkin
- Ukrainian (uk) - Victor Melnichenko
- Croatian (hr_HR) - Brankec69
- Romanian (ro_RO) - Armand K
If you have created your own language pack, or have an update of an existing one, you can send me 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.
- 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 and custom post types, categories and tags as well
- 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
<?php if ( function_exists( 'the_msls' ) ) the_msls(); ?>
directly in your theme-files