Multisite Language Switcher

Opis

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.).

Multisite Language Switcher vam omogućava upravljanje prijevodima objava, stranica, posebnih tipova objava, kategorija, oznaka i vlastitih taksonomija.

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.

Please, don’t forget to rate this plugin! 🙂

Prevoditelji

Hvala svim prevoditeljima na njihovom odlično obavljenom poslu.

Ako ste kreirali svoj vlastiti jezični paket ili imate ažuriranu verziju već postojećeg, možete mi poslati vaše gettext PO i MO da ih
upakiram u Multisite Language Switcher. Možete preuzeti najnoviju POT datoteku
ovdje.

Snimke zaslona

  • Konfiguracija dodatka
  • Popis objava
  • Uredi objavu
  • Widget

Blokovi

Ovaj dodatak omogućava 1 blok.

  • Multisite Language Switcher

Instalacija

  • Preuzmite dodatak i raspakirajte ga programom za raspakiravanje po želji
  • Kopirajte cijelu mapu u mapu dodatka vašeg WordPress bloga (/wp-content/plugins)
  • Aktivirajte dodatak na administrativnoj stranici dodatka (kao mrežni administrator na svim blogovima ili kao root administrator bloga za svaki pojedini blog).
  • Dodatak morate aktivirati jednom na svakom blogu, namjestiti konfiguraciju u Postavkama -> Multisite Language Switcher

Sada možete:

  • povezati svoje prevedene stranice i objave u Objave -> Uredi ili Stranice -> Uredi
  • povezati svoje prevedene kategorije i oznake u Objave -> Kategorije ili Objave -> Oznake
  • povezati svoje Posebne tipove objava i Vlastite taksonomije različitim jezicima
  • 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]
  • po želji, možete umetnuti kod <?php if ( function_exists( 'the_msls' ) ) the_msls(); ?> direktno u datoteke teme

Pretražiti Multisite Language Switcher Website za više informacija.

ČPP

U Općim postavkama nemam opcije jezika.

Najprije bi bilo dobro pročitati WordPress na vašem jeziku.

Ali bih htio da sučelje ostane na engleskom.

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

Da li mi zaista treba multisite?

Naravno – to ovisi o vama. Ali da, ako želite koristiti Multisite Language Switcher.

Kako da automatski preusmjerim korisnike prema jeziku preglednika?

Multisite Language Switcher ne preusmjerava korisnike automatski. Nisam siguran bi li to dodatak uopće trebao raditi. Možete pogledati ovaj jQuery dodatak ili ovaj pristup s temom
ako vam treba takva funkcionalnost.

Kako da dodam Multisite Language Switcher navigacijskom izborniku svog bloga?

Molim vas da pogledate add-on MslsMenu.

Želim jezike u HTML select izborniku. Kako to postići?

Molim vas da pogledate add-on MslsSelect.

Ne želim prenositi iste medijske datoteke za svaku stranicu. Što mogu učiniti?

Mogli biste probati s dodatkom Network Shared Media. On dodaje novu karticu “Add Media” prozoru, i omogućuje vam pristup medijskim datotekama na drugim stranicama vašeg multisitea.

Postoji li funkcija na koju se mogu pozvati da dobijem jezik stranice koju korisnik trenutno gleda?

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();

Kako da prijeđem s WPML na MSLS?

Postoji dodatak koji je u tom slučaju koristan.

Recenzije

13. studenoga 2023. 1 odgovor
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.
07. studenoga 2023. 1 odgovor
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.
29. ožujka 2023.
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ł
10. ožujka 2023.
highly customizable, high performance, indispensable – thanks a lot. theo
30. siječnja 2023. 1 odgovor
Thank you for creating and maintain the great plugin. Thank you so much.
Pročitajte sve 92 recenzije

Suradnici i Programeri

“Multisite Language Switcher” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

“Multisite Language Switcher” je prijeveden na 15 dijalekata. Zahvala prevodiocima za njihov doprinos.

Prevedite “Multisite Language Switcher” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

There is a separate Changelog for this project available.