https://github.com/simison/wp-admin-bar-languages
Plugin to show language flags at "My sites" list in WordPress admin bar
https://github.com/simison/wp-admin-bar-languages
Last synced: about 10 hours ago
JSON representation
Plugin to show language flags at "My sites" list in WordPress admin bar
- Host: GitHub
- URL: https://github.com/simison/wp-admin-bar-languages
- Owner: simison
- Created: 2014-09-10T21:10:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-20T11:02:38.000Z (over 11 years ago)
- Last Synced: 2025-04-11T02:14:50.741Z (about 1 year ago)
- Language: PHP
- Size: 266 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Admin bar languages
Show language flags at "My sites" list in WordPress admin bar. Handy with multisite installation when you have blogs with the same name but their locale would be different. With this plugin you'll be able to see the difference between them.
[Donations](http://www.mikaelkorpela.fi/volunteering/) are totally welcome, I'm spending most of my working time on open source and volunteer projects.
### Installation
1. Unzip plugin and upload `admin-bar-blog-languages` folder to the `/wp-content/plugins/` directory
2. 'Network Activate' the plugin through the 'Network admin' -> 'Plugins' menu in WordPress
### Frequently Asked Questions
#### Will I be able to change the locale of my blog?
No, this plugin just shows the locale of your site for admins.
#### Does this plugin work with WP 3.x?
Yes! It's tested down to 3.6.
### Changelog
#### 1.1
2014-10-20
* Transform plugin code into a Class to make sure we have WP's core functionality loaded before this plugin.
#### 1.0
2014-09-10
* Yay, first version!
### License
[GPLv2](http://www.gnu.org/licenses/gpl-2.0.html)
Plugin uses [GoSquared's Flag Icon Set](https://github.com/gosquared/flags) ([MIT License](https://github.com/gosquared/flags/blob/master/LICENSE.txt)). Hooray for them!