r84600 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r84599
|
r84600
|
r84601
>
Date:
16:26, 23 March 2011
Author:
raymond
Status:
ok
Tags:
Comment:
Update i18n file to standards - Follow-up to
r84596
Add extension to Translatewiki
Modified paths:
/trunk/extensions/VipsScaler/VipsScaler.i18n.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/VipsScaler/VipsScaler.i18n.php
—
—
@@ -1,5 +1,13 @@
2
2
<?php
3
+/**
4
+ * Internationalisation file for extension VipsScaler.
5
+ *
6
+ * @file
7
+ * @ingroup Extensions
8
+ */
9
+
3
10
$messages = array();
11
+
4
12
$messages['en'] = array(
5
- 'vipsscaler-desc' => 'Create thumbnails using VIPS.'
6
-);
\ No newline at end of file
13
+ 'vipsscaler-desc' => 'Create thumbnails using VIPS'
14
+);
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r84596
Update i18n file to standards...
raymond
14:52, 23 March 2011
Status & tagging log
17:28, 23 March 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r84600
[
removed:
new
added:
ok]