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:
raymond
2012-08-14 21:30:24 +02:00
parent 3f4b5e4540
commit 0b6989931f
2 changed files with 2 additions and 2 deletions

View File

@@ -37,4 +37,4 @@ $messages['qqq'] = array(
'UniversalLanguageSelector' => 'Extension name', 'UniversalLanguageSelector' => 'Extension name',
'uls-desc' => 'Extension description', 'uls-desc' => 'Extension description',
'uls-select-content-language' => 'Main heading in the language selector popup.', 'uls-select-content-language' => 'Main heading in the language selector popup.',
); );

View File

@@ -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',