(Solved) Own extensions
Well, it works, but how it works with extensions? I have a media.i18n.php in the folder extensions with the known structure:
$allMessages = array(
'en' => array(
'media_title' => 'Title',
'media_author' => 'Author',
...
How can I use the Extension:Translate to display/translate their messages? --Jostar 08:41, 2 September 2009 (UTC)
Use the standard i18n format and see the configuration documentation about MediaWiki extension groups. – Nikerabbit 08:21, 19 June 2010 (UTC)