Index: trunk/extensions/Translate/Translate.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
13 | 13 | */ |
14 | 14 | |
15 | | -define( 'TRANSLATE_VERSION', '2009-01-25' ); |
| 15 | +define( 'TRANSLATE_VERSION', '11:2009-03-27' ); |
16 | 16 | |
17 | 17 | $wgExtensionCredits['specialpage'][] = array( |
18 | 18 | 'name' => 'Translate', |
Index: trunk/extensions/Translate/README |
— | — | @@ -32,7 +32,29 @@ |
33 | 33 | } |
34 | 34 | </code> |
35 | 35 | |
| 36 | +== Changes in version 11 == |
| 37 | + |
36 | 38 | == Changes in version 10 == |
| 39 | +* 2009-03-24 Also 2 decimals for fuzzy in Special:LanguageStats |
| 40 | +* 2009-03-23 Localised number formatting in Special:LanguageStats |
| 41 | +* 2009-02-22 |
| 42 | +- Intro suppressed |
| 43 | +- message documentation no longer show warnings |
| 44 | +- improved keeping track of the language that is being translated in |
| 45 | +* 2009-02-14 Export header for MantisBT updated |
| 46 | +* 2009-01-18:1 Bug in autoexport fixed. Provides realiable output again |
| 47 | +* 2009-01-17:2 Content translation was disabled |
| 48 | +* 2009-01-17:1 Headers in gettext files no longer multiply |
| 49 | +* 2009-01-15 Support structure for Commonist added |
| 50 | +* 2009-01-11:4 Export time checks for special page aliases and updated FreeCol problematic checks |
| 51 | +* 2009-01-11:3 Skip optionals and ignored messages in previous/next to avoid accidental translations |
| 52 | +* 2009-01-11:2 wgMaxShellMemory increased for sync-group.php to avoid out of memory issues |
| 53 | +* 2009-01-11:1 New options added to and performance improvements for autoexport.php |
| 54 | +* 2008-12-31 XHTML fixes in Special:LanguageStats |
| 55 | +* 2008-12-18 Special:TranslationStats allow passing a language parameter now and uses fontconfig if available |
| 56 | +* 2008-12-16 Miscellaneous problematic checks updated |
| 57 | +* 2008-12-15:2 Export headers for MantisBT updated |
| 58 | +* 2008-12-15:1 task to display untranslation optional messages was added |
37 | 59 | * 2008-12-07 bug in export to file in web interface caused empty translations to be exported |
38 | 60 | * 2008-11-30:1 added Special:LanguageStats for real-time translation statistics |
39 | 61 | * 2008-11-24:2 fallback messages in the edit screen now have an edit link |