Opis
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.
Please, don’t forget to rate this plugin! 🙂
Prevoditelji
Thanks to all the translators for their great work.
- Njemački (de_DE) – Dennis Ploetner
- Talijanski (it_IT) – Antonella Cucinelli
- Nizozemski (nl_NL) – Alexandra Kleijn
- Portugalski – Brazil (pt_BR) – Coolweb
- Španjolski (es_ES) – Andreas Breitschopp
- Francuski (fr_FR) – Andreas Breitschopp
- Ruski (ru_RU) – Andrey Vystavkin
- Ukrajinski (uk) – Victor Melnichenko
- Hrvatski (hr_HR) – Brankec69
- Rumunjski (ro_RO) – Armand K
- Poljski (pl_PL) – Kamil Frejlich
- Litavski (lt_LT) – Ovidijus Pukys
- Katalonski (ca_ES) – Joan López
- Češki (cs_CZ) – Rastr
- Mađarski (hu_HU) – RobiG
- Gruzijski (ka_GE) – Jas Saran
- Grčki (el) – Christoforos Aivazidis
- Srpski (sr_RS) – Web Hosting Hub
- Turski (tr) – Alican Cakil
- Armenski (hy_AM) – Yeghishe Nersisyan
- Bengalski (bn_BD) – Md. Nazmul Huda
- Japanski (ja) – ThemeBoy
- Švedski (sv_SE) – Erik Bernskiold
- Tradicionalni & pojednostavljeni kineski (zh_CN & zh_TW) – DrBenson
- Arapski (ar) – Mohamed Elwan
- Norveški (nb_NO) – Ibrahim Qraiqe
- Bugarski (bg_BG) – Vencislav Raev
- Mexican Spanish (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.
Snimke zaslona
Blokovi
Ovaj dodatak omogućava 1 blok.
- Multisite Language Switcher Review the settings for the Multisite Language Switcher plugin, as the block utilizes the API function `the_msls()` for its output.
Instalacija
- 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
Sada možete:
- Connect your translated pages and posts in
Posts
->Edit
orPage
->Edit
- Connect your translated categories and tags in
Posts
->Categories
orPost
->Tags
- 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
- you can 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.
-
Do I need a multisite?
-
Naravno – to ovisi o vama. Ali da, ako želite koristiti Multisite Language Switcher.
-
Kako da automatski preusmjerim korisnike prema jeziku preglednika?
-
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. -
Molim vas da pogledate add-on MslsMenu.
-
Želim jezike u HTML select izborniku. Kako to postići?
-
Molim vas da pogledate add-on MslsSelect.
-
Can I call a function to get the language of the page the user is viewing?
-
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();
-
If I have another question, where can I ask?
-
Please visit the MSLS website or use the WordPress support forum for more information.
Recenzije
Suradnici i Programeri
“Multisite Language Switcher” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.
Suradnici“Multisite Language Switcher” je preveden na 16 jezika. Zahvala prevoditeljima 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
This project has a separate Changelog.