• Stars
    star
    125
  • Rank 280,642 (Top 6 %)
  • Language
    PHP
  • Created almost 13 years ago
  • Updated 22 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

WordPress Plugin: Multisite Language Switcher

Multisite Language Switcher

Please keep in mind that the version of the Multisite Language Switcher at GitHub is a work in progress.

Run composer install --no-dev if you plan to use the repository anyways.

Download the latest stable from the WordPress Plugin Directory and please, don't forget to give this plugin a (five) star-rating.

Scrutinizer Code Quality

A simple, powerful and easy to use plugin that will add multilingual support to a WordPress multisite installation, i.e. multiple subdomains or folders (if you need to set up multiple sites across multiple domains, you'll also want to use the WordPress MU Domain Mapping plugin as well - as long as the domains are all hosted on the same server.).

The Multisite Language Switcher enables you to manage translations of 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.

Installation

  • 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 Options -> 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 shortcode [sc_msls] and/or a content_filter which displays a hint to the user if a translation is available
  • optionally you can place the PHP code <?php if ( function_exists( 'the_msls' ) ) the_msls(); ?> directly in your theme files

Review the Multisite Language Switcher Website for more information.

Translators

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.

More Repositories

1

wordpress-plugins-phpunit

Repository for the workshop "Unittests for WordPress plugins (without WP)"
PHP
10
star
2

MslsMenu

WordPress Plugin: MslsMenu - Add-on for the Multisite Language Switcher
PHP
9
star
3

php-ready-for-version-7

Code for my speech at WCTRN 2018
PHP
2
star
4

wp-nowpayments-integration

Cryptocurrency Payment integration using the nowpayments.io Gateway
PHP
2
star
5

test-wordpress-requirejs

Proof of concept - WordPress / requirejs
PHP
2
star
6

gmvp

Gutenberg MVP used as an example during a WordPress speech
PHP
2
star
7

euler

Some code ;)
Python
1
star
8

redirect-by-browser-language

MVP for redirecting the user by the preferred browser language
PHP
1
star
9

wcber-theme

CSS
1
star
10

learnyouahaskell

My first steps with Haskell
Haskell
1
star
11

wctrn

Code examples for my speech at the WordCamp Turin 2016 #wctrn
PHP
1
star
12

lloc.github.io

CSS
1
star
13

Whoami

WordPress Plugin: Just another widget to show a photo, a bio and some social media links with nice webfont-icons
CSS
1
star
14

My-Test-Env

Wordpress Plugin: Prepares my test environment
PHP
1
star
15

fibonacci

Demonstrates the technical aspects of my speech about the transition from Wordpress AJAX endpoints to Rest API
PHP
1
star
16

mxs

A WordPress plugin shows how simple it is to extend a xml sitemap generated by BWP Google XML Sitemap
PHP
1
star
17

chinese-on-ajax

This is an older project which I wrote when I was learning Chinese. ;)
PHP
1
star
18

capa

CaPa Protect Reloaded
PHP
1
star
19

msls-importer

Imports and exports the stored options and relations of the Multisite Language Switcher.
PHP
1
star
20

scGeSHi

WordPress-Plugin: scGeSHi
PHP
1
star
21

gitphpcl

Generate your changelog from git with PHP
PHP
1
star
22

Multisite-Taxonomy-Widget

List the latest posts of a specific taxonomy in the whole blog-network
PHP
1
star
23

wcber-plugin

PHP
1
star
24

simple-ping

Demonstrates the technical aspects of my speech about the transition from Wordpress AJAX endpoints to Rest API
PHP
1
star
25

lloc

GitHub user page
CSS
1
star
26

i18n-L10n

Code examples for a post
PHP
1
star
27

MslsSelect

WordPress Plugin: Transforms the output of the Multisite Language Switcher to an HTML select
PHP
1
star