Beschreibung
A simple, powerful, and user-friendly plugin that adds multilingual support to your WordPress multisite installation, whether using multiple subdomains or folders. Multisite Language Switcher allows you to effortlessly manage translations for posts, pages, custom post types, categories, tags, and custom taxonomies.
The plugin uses flag icons from FamFamFam. Thanks to Mark James for his great work. In addition, I would like to thank JĂĽrgen Mayer for creating the plugin’s banner.
Bitte vergesse nicht, dieses Plugin zu bewerten! 🙂
Ăśbersetzer
Vielen Dank an alle Ăśbersetzer fĂĽr ihre groĂźartige Arbeit.
- Deutsch (de_DE) – Dennis Ploetner
- Italienisch (it_IT) – Antonella Cucinelli
- Niederländisch (nl_NL) – Alexandra Kleijn
- Brasilianisches Portugiesisch (pt_BR) – Coolweb
- Spanisch (es_ES) – Andreas Breitschopp
- Französisch (fr_FR) – Andreas Breitschopp
- Russisch (ru_RU) – Andrey Vystavkin
- Ukrainisch (uk) – Victor Melnichenko
- Kroatisch (hr_HR) – Brankec69
- Rumänisch (ro_RO) – Armand K
- Polnisch (pl_PL) – Kamil Frejlich
- Litauisch (lt_LT) – Ovidijus Pukys
- Katalanisch (ca_ES) – Joan López
- Tschechisch (cs_CZ) – Rastr
- Ungarisch (hu_HU) – RobiG
- Georgisch (ka_GE) – Jas Saran
- Griechisch (el) – Christoforos Aivazidis
- Serbisch (sr_RS) – Web Hosting Hub
- Türkisch (tr) – Alican Cakil
- Armenisch (hy_AM) – Yeghishe Nersisyan
- Bengalisch (bn_BD) – Md. Nazmul Huda
- Japanisch (ja) – ThemeBoy
- Schwedisch (sv_SE) – Erik Bernskiold
- Traditionelles und vereinfachtes Chinesisch (zh_CN und zh_TW) – DrBenson
- Arabisch (ar) – Mohamed Elwan
- Norwegisch (nb_NO) – Ibrahim Qraiqe
- Bulgarisch (bg_BG) – Vencislav Raev
- Mexikanisches Spanisch (es_MX) – Fernando Mata
You can translate this plugin on translate.wordpress.org, or if you prefer and have created your 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.
Screenshots
Blöcke
Dieses Plugin unterstĂĽtzt 1 Block.
- Multisite Language Switcher Review the settings for the Multisite Language Switcher plugin, as the block utilizes the API function `the_msls()` for its output.
Installation
- Use the WordPress admin to install the plugin from there or
- Download the plugin and uncompress it with your preferred unzip programme and copy the entire directory in the plugin directory of your WordPress blog (/wp-content/plugins)
- Activate the plugin in your plugin administration page (by the network administrator on all the blogs or by the blog administrator for each particular blog).
- You need to activate the plugin once in each blog, by setting the configuration in
Settings
->Multisite Language Switcher
Jetzt kannst du:
- Connect your translated pages and posts in
Posts
->Edit
orPage
->Edit
- Connect your translated categories and tags in
Posts
->Categories
orPost
->Tags
- connect your Custom Post Types and Custom Taxonomies across languages
- use the widget, the Gutenberg block, the shortcode [sc_msls] and/or a content_filter which displays a hint to the user if a translation is available
- you can find also a shortcode for the widget [sc_msls_widget]
- optionally you can place the code
<?php if ( function_exists( 'the_msls' ) ) the_msls(); ?>
directly in your theme files
Review the Multisite Language Switcher Website for more information.
FAQ
-
I have no language options in the General settings.
-
You might read first WordPress in your language.
-
Aber ich möchte, dass die Benutzeroberfläche auf Englisch bleibt.
-
Du kannst die Sprache des Dashboards in den Einstellungen deines Benutzerprofils auswählen.
-
Brauche ich eine Multisite?
-
It’s up to you – of course. But yes, if you want to use the Multisite Language Switcher.
-
Wie kann ich Benutzer automatisch auf der Basis der Browsersprache umleiten?
-
The Multisite Language Switcher does not redirect the users automatically. I’m not sure if the plugin should do that. You might check out this jQuery plugin or this approach with a theme
if you need such functionality. -
Please check the add-on MslsMenu out.
-
I want to have the languages in an HTML select. How can I do that?
-
Please check the add-on MslsSelect out.
-
Kann ich eine Funktion aufrufen, um die Sprache der Seite zu ermitteln, die der Benutzer gerade ansieht?
-
Yes, you should use the WordPress API function
get_locale()
but you could also use code like thatuse lloc\Msls\MslsBlogCollection; $blog = MslsBlogCollection::instance()->get_current_blog(); $language = $blog->get_language();
-
Wenn ich eine andere Frage habe, wo kann ich sie stellen?
-
Please visit the MSLS website or use the WordPress support forum for more information.
Rezensionen
Mitwirkende & Entwickler
„Multisite Language Switcher“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„Multisite Language Switcher“ wurde in 17 Sprachen ĂĽbersetzt. Danke an die Ăśbersetzerinnen und Ăśbersetzer fĂĽr ihre Mitwirkung.
Ăśbersetze „Multisite Language Switcher“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
Dieses Projekt hat ein separates Änderungsprotokoll.