Apraksts
The lightweight plugin extends the default functionality and pulls out the language selection to the admin bar so you can easily switch between them.
Note: Plugin in versions 1.0 allowed setting up administration language for different users for quite a long time. Since WordPress 4.7 version, this feature is now provided natively by WordPress.
Do you want help with the development? Join the Github!
Uzstādīšana
EN
- Upload the plugin to your website or install via plugin management.
- Check whether the WooCommerce plugin is installed and active.
- Activate the plugin through the
Plugins
menu in WordPress administration - (If you wish, go to the
Settings
andGeneral
to select different installed language instead of English) - Done!
BUJ
-
I want to swith to different language
-
You need to install the language first.
- Go to
Settigngs -> General
. - Select the desired
site language
and hitsave changes
. The language gets installed. - Change the
site language
back to the old value. - Now you can switch in the dropdown.
- Go to
Atsauksmes
Autori un izstrādātāji
“Simple Admin Language Change” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši šādi cilvēki.
Līdzdalībnieki“Simple Admin Language Change” ir tulkots lokalizācijās 3. Paldies tulkotājiem par ieguldījumu.
Tulkot “Simple Admin Language Change” savā valodā.
Vai jūs interesē attīstība?
Pārlūkojiet kodu, apmeklējiet SVN krātuvi vai abonējiet attīstības žurnālu, ko izveidojis RSS.
Izmaiņu žurnāls
2.0.4 (2021-07-27)
- Lower the permissions check – anybody with “read” permissions (e.g., subscriber) can change their locale with the dropdown when logged into the admin.
- Hide the language switcher on the front end – the top admin bar is affected by site language, not the user’s choice (opened trac ticket for that)
2.0.3 (2021-05-08)
- Replace textdomain
kbnt-salc
withsimple-admin-language-change
to make it work with GlotPress (more info)
2.0.2 (2021-05-03)
- Fix security issues
- Check for the empty nonce.
- Escape translations.
2.0.1 (2021-05-03)
- Fix security issues (thanks @ErwanLR from WPScan for reporting!)
- Check for the empty nonce.
- Check for user permission within ajax request.
- Retrieve current user ID within the request.
- Make error messages translatable.
2.0.0 (2021-05-02)
- Drop the old functionality replaced by an integrated solution since WordPress 4.7
- Add a simple select box into the admin bar instead.
1.0.2 (2018-02-25)
- Fix: enable localization
1.0.1 (2018-02-18)
- Fix: PHP 7 deprecated methods – compatibility (#1)
1.0.0 (2016-10-06)
- Initial version