Index: trunk/extensions/Configure/CHANGELOG |
— | — | @@ -1,6 +1,9 @@ |
2 | 2 | This file lists changes on this extension. Localisation updates are done |
3 | 3 | through translatewiki.net and are not listed here. |
4 | 4 | |
| 5 | +0.15.32 - 23 June 2010 |
| 6 | + Updated Translate extension. |
| 7 | + |
5 | 8 | 0.15.31 - 18 June 2010 |
6 | 9 | Updated CentralNotice, CommentPages and Translate extensions. |
7 | 10 | |
Index: trunk/extensions/Configure/settings/Settings-ext.txt |
— | — | @@ -828,7 +828,7 @@ |
829 | 829 | settings[] = wgEnablePageTranslation: bool, wgPageTranslationNamespace: int |
830 | 830 | settings[] = wgTranslateStaticTags: array |
831 | 831 | settings[] = wgTranslateExtensionDirectory: text, wgTranslateLanguageFallbacks: array |
832 | | -settings[] = wgTranslateFuzzyBotName: text, wgTranslateCssLocation: text |
| 832 | +settings[] = wgTranslateFuzzyBotName: text |
833 | 833 | settings[] = wgTranslateCssLocation: text, wgTranslateDocumentationLanguageCode: text |
834 | 834 | settings[] = wgTranslateBlacklist: array, wgTranslateAuthorBlacklist: array |
835 | 835 | settings[] = wgTranslateMessageNamespaces: array, wgTranslateAC: array |
Index: trunk/extensions/Configure/Configure.php |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | 'author' => array( 'Alexandre Emsenhuber', 'Andrew Garrett' ), |
19 | 19 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure', |
20 | 20 | 'descriptionmsg' => 'configure-desc', |
21 | | - 'version' => '0.15.31', |
| 21 | + 'version' => '0.15.32', |
22 | 22 | ); |
23 | 23 | |
24 | 24 | # Configuration part |