Multisite Language Switcher

説明

マルチサイトとして、異なるサブドメインやフォルダに設置した WordPress に多言語対応を追加する、シンプルでパワフル、かつ使いやすいプラグインです。
複数のドメインで複数のサイトをセットアップする必要がある場合は、WordPress MU Domain Mapping プラグインの併用をおすすめします (ドメインがすべて同じサーバーでホストされている場合に限る)。

Multisite Language Switcher は、投稿、固定ページ、カスタム投稿タイプ、カテゴリー、タグ、カスタムタクソノミーの翻訳管理が可能です。

FamFamFam 作のフラグアイコンを使用しています。Mark James さんの素晴らしい仕事ぶりに感謝します。さらに、プラグインのバナーを作成してくれた Jürgen Mayer さんにも感謝します。

プラグインの評価をお忘れなく! 🙂

翻訳者

Thanks to all translators for their great work.

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.

スクリーンショット

  • Plugin configuration
  • 投稿リスト
  • 投稿の編集
  • ウィジェット

ブロック

このプラグインは1個のブロックを提供します。

  • Multisite Language Switcher

インストール

  • Download the plugin and 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 administration page (by the network administrator on all the blogs or by the root blog administrator for each particular blog).
  • You need to activate the plugin once in each blog, set the configuration in Settings -> Multisite Language Switcher

Now you can:

  • connect your translated pages and posts in Posts -> Edit or Page -> Edit
  • connect your translated categories and tags in Posts -> Categories or Post -> 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
  • 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.

But I’d like the interface to stay in English.

You can choose the language of the dashboard in the settings of your user profile.

Do I really need a multisite?

It’s up to you – of course. But yes, if you want to use the Multisite Language Switcher.

How can I automatically redirect users based on the browser language?

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.

How can I add the Multisite Language Switcher to the nav-menu of my blog?

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.

I don’t want to upload the same media files for every site. What can I do?

You could try the plugin Network Shared Media. It adds a new tab to the “Add Media” window, allowing you to access the media files in the other sites in your multisite.

Is there a function I can call to get the language of the page the user is currently viewing?

Yes, you should use the WordPress API function get_locale() but you could also use code like that

use lloc\Msls\MslsBlogCollection;

$blog     = MslsBlogCollection::instance()->get_current_blog();
$language = $blog->get_language();

How can I move from WPML to MSLS?

There is a plugin which comes handy in here.

評価

2023年11月13日 1 reply
This is a fantastic plugin: it does exactly what promises to do, it's not bloated with extra features and it's been around for a long time. I can't thank the plugin author enough for developing this plugin, maintaining it for years and having the patience to deal with occasional 1-star reviews from people who can't be bothered to read the docs.
2023年11月7日 1 reply
I'm not keen to write reviews, but in this case I was so overwhelmed of this plugin's simple features and ease of use that I had to. This is by far THE easiest multisite multilanguage plugin I ever tried. Over the years I tested several multilingual approachs (plugins for standalone WP sites, multisite "premium" plugins, country domains, etc.). But this here exceeds all my expectactions for its simplicity. Multilanguage should not be an option in WordPress, but part of the core, out of the box. This plugin deserves a 10 of 10. Two thumbs way up! Thank you for this peace of art.
2023年3月29日
I am very happy with the plugin's operation - it is extremely easy to use and does not cause any problems.Works with WordPress Multisite great! However, there is a feature missing from the plugin that has already been popping up on the web, namely support for reciprocal hreflang (return tag: which is missing Missing x-default). When I audit any page with this plugin, I get "Missing reciprocal hreflang (no return-tag)", you can find info at Ahrefs site ""Missing reciprocal hreflang (no return-tag)" error in Site Audit" I will be very grateful if this functionality is added :)As I can see this needs to add one line of code 🙂 Greeting from PolandPaweł
2023年3月10日
highly customizable, high performance, indispensable – thanks a lot. theo
2023年1月30日 1 reply
Thank you for creating and maintain the great plugin. Thank you so much.
92件のレビューをすべて表示

貢献者と開発者

Multisite Language Switcher はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Multisite Language Switcher” は15ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Multisite Language Switcher” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

There is a separate Changelog for this project available.