Simple Admin Language Change

설명

The lightweight plugin extends the default WordPress functionality (user settings in Profile) and pulls out the language selection to the admin bar so you can easily switch between them.

Do you want help with the development? Join the Github!

스크린샷

  • Changing languages and installing another language (French)

설치

EN

  1. Upload the plugin to your website or install via plugin management.
  2. Check whether the WooCommerce plugin is installed and active.
  3. Activate the plugin through the Plugins menu in WordPress administration
  4. (If you wish, go to the Settings and General to select different installed language instead of English)
  5. Done!

FAQ

I want to swith to different language

You need to install the language first.

  1. Go to Settigngs -> General.
  2. Select the desired site language and hit save changes. The language gets installed.
  3. Change the site language back to the old value.
  4. Now you can switch in the dropdown.

후기

2024년 1월 11일 1 reply
I recently implemented the 'Simple Admin Language Change' plugin on my WordPress site, and I must say, it's a game-changer for anyone managing a multilingual site. The ease of switching languages in the admin area, without affecting the frontend, is incredibly efficient. It seamlessly integrates with the existing WordPress setup, making the user experience for my team much smoother. As someone who has struggled with managing multiple languages on a single site, this plugin has simplified the process remarkably. It's lightweight, unobtrusive, and does exactly what it promises without any unnecessary complexity. A must-have for WordPress site administrators handling multilingual content!
2023년 12월 15일 1 reply
Exactly what I was looking for: no more poorly translated plugins admin, I can now switch to English to avoid this and also mismatched half backed translation. I also like VERY much the fact you did not try to reinvent the wheel and simply use a feature already in profile, but making it easy to use and convenient (top bar). 5 stars well deserved.
2023년 10월 6일 1 reply
A simple yet very needed plugin in none English sites. Works perfectly and right to the point. Thank you.
2023년 9월 26일 2 replies
Above the plugin's title on wordpress.org, it says: "This plugin hasn’t been tested with the latest 3 major releases of WordPress." ------ I tested it, it works pretty well ------ it is compatible with Wordpress 6.3.1 - It works as expected! it's so useful Thank you
2023년 3월 26일 1 reply
Great plugin. Work as expected. No ads, no push to buy a pro version (there is none AFAIK).
모든 21 평가 읽기

기여자 & 개발자

“Simple Admin Language Change”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Simple Admin Language Change”(이)가 6(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Simple Admin Language Change”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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 with simple-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