Use existing constant as version in the extension credits
Add newline at the end of the i18n file, otherwise Translatewiki.net export script would break. Change-Id: I5e4165f8848c70569f6d4b47a227aac879055ab2
This commit is contained in:
@@ -30,7 +30,7 @@ define( 'ULS_VERSION', '2012-07-20' );
|
|||||||
$wgExtensionCredits['other'][] = array(
|
$wgExtensionCredits['other'][] = array(
|
||||||
'path' => __FILE__,
|
'path' => __FILE__,
|
||||||
'name' => 'UniversalLanguageSelector',
|
'name' => 'UniversalLanguageSelector',
|
||||||
'version' => '0.1',
|
'version' => ULS_VERSION,
|
||||||
'author' => array(
|
'author' => array(
|
||||||
'Alolita Sharma',
|
'Alolita Sharma',
|
||||||
'Amir Aharoni',
|
'Amir Aharoni',
|
||||||
|
|||||||
Reference in New Issue
Block a user