MediaWiki 1.19.2 Realnames 0.3.1
Replacement of name does not work in Japanese Environment. I think there is a lack of i18n. I modified source, then it runs correctly. thank you.
222,223c222,223 < $namespaces[] = urlencode($lang->getNsText ( NS_USER )) . ':'; < $namespaces[] = urlencode($lang->getNsText ( NS_USER_TALK )) . ':'; --- > $namespaces[] = $lang->getNsText ( NS_USER ); > $namespaces[] = $lang->getNsText ( NS_USER_TALK ); 230c230 < $namespaces[] = urlencode($name) . ':'; --- > $namespaces[] = $name;
This post was posted by Koty~mediawikiwiki, but signed as Koty.