Mô tả
Add a user locale drop-down menu item in the WordPress admin back-end admin and front-end toolbar menus.
Perfect for anyone that needs to switch languages quickly and easily – allows logged-in users to change their preferred locale / language setting right from the toolbar menu (instead of having to update their WordPress user profile page).
The default WordPress behavior is to apply the user locale preference to the admin back-end only – this plugin extends the user locale / language preference to the front-end webpage as well.
There are no plugin settings – simply install and activate the plugin.
Do you use the Polylang plugin?
If the Polylang plugin is active, the user locale menu will automatically use the correct Polylang language URLs for the current webpage.
Ảnh màn hình
Đánh giá
Người đóng góp & Lập trình viên
“JSM User Locale Selector” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng góp“JSM User Locale Selector” đã được dịch qua 3 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.
Dịch “JSM User Locale Selector” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
Version Numbering
Version components: {major}.{minor}.{bugfix}[-{stage}.{level}]
- {major} = Major structural code changes and/or incompatible API changes (ie. breaking changes).
- {minor} = New functionality was added or improved in a backwards-compatible manner.
- {bugfix} = Backwards-compatible bug fixes or small improvements.
- {stage}.{level} = Pre-production release: dev < a (alpha) < b (beta) < rc (release candidate).
Repositories
Changelog / Release Notes
Version 2.2.1 (2023/07/08)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Minor code optimization and standardization:
- Replaced
{get|update|delete}_{comment|post|term|user}_meta()
functions by{get|update|delete}_metadata()
.
- Replaced
- Minor code optimization and standardization:
- Requires At Least
- PHP v7.4.33.
- WordPress v5.9.