r39172 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r39171
|
r39172
|
r39173
>
Date:
19:56, 11 August 2008
Author:
siebrand
Status:
old
Tags:
Comment:
Add Dutch translation for special page
r39171
was for
bug 12997
.
Modified paths:
/trunk/extensions/UsageStatistics/SpecialUserStats.alias.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/UsageStatistics/SpecialUserStats.alias.php
—
—
@@ -12,3 +12,10 @@
13
13
$aliases['en'] = array(
14
14
'UserStats' => array( 'UserStats', 'SpecialUserStats' ),
15
15
);
16
+
17
+/** Dutch (Nederlands)
18
+ * @author Siebrand
19
+ */
20
+$aliases['en'] = array(
21
+ 'UserStats' => array( 'Gebruikersgegevens' ),
22
+);
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r39171
(
bug 13056
) Fix for awkward message usage (patch by Lejonel)...
siebrand
19:51, 11 August 2008
Status & tagging log
15:30, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r39172
[
removed:
ok
added:
old]