Thursday, November 19th, 2009
Just received a email from Edir to fixed the problem for WPMU Admin Interface Language. Open the file with editor or notepad, just make a mirror change. Take a look.
function admin_in_english_locale( $locale ) {
$lang = get_user_option(‘lang_id’, $user_id);
if ( !$lang ) {
return $locale; // Change HERE
}
if( WP_ADMIN === true ) {
if ( $lang ) {
$locale = [...]
Fixed WPMU Admin Interface Language
Posted in Plugins, WPMU, Wordpress, Wordpress Languages | No Comments »
Sunday, July 5th, 2009
Just uploaded and released three wordpressMU and wordpress plugin to the Plugin Directory.
WPMU Admin Interface Language
Lets WPMU user to select language in backend administration panel.
Multiple Twitter Widgets
Allows for multiple twitter widgets to be displayed.
Gravatar Favicon
This plugin allows you to generate a gravatar favicon for your blog and admin logo included Apple touch icon.
It’s support WordpressMU [...]
Wordpress Plugins Released
Posted in Blogates, Plugins, WPMU, Wordpress, Wordpress Languages, Wordpress Widgets | 5 Comments »
Saturday, June 6th, 2009
Previous version the option is per blog not per user, so is appear problem if user without blog. I changed option to per user, now the option is per user. Thank you for your feedback.
Download here: wpmu-admin-languages1.5.zip
Updated: WPMU Admin Languages
Tags: Language, Translation, Wordpress Locale
Posted in Plugins, WPMU, Wordpress, Wordpress Languages | 4 Comments »
Sunday, May 17th, 2009
Wordpress MU allowed blogger to set up blog’s language but it’s also change the language of Admin Panel. I make a simple plugin that allowed user to set up different laguange in Admin Panel and blog interface.
You have no need to install extra language pack, the plugin will use the wordpressMU existing language files. User [...]
WPMU: Admin Language Plugin
Posted in Plugins, WPMU, Wordpress, Wordpress Languages | 3 Comments »