Merge "MWTimestamp::getHumanTimestamp uses 'just-now' message, which did not exist"
authorNikerabbit <niklas.laxstrom@gmail.com>
Wed, 28 Nov 2012 19:39:39 +0000 (19:39 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 28 Nov 2012 19:39:39 +0000 (19:39 +0000)
languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php
maintenance/language/messages.inc

index 2d18a4a..f516051 100644 (file)
@@ -3888,6 +3888,7 @@ By executing it, your system may be compromised.",
 'hours'          => '{{PLURAL:$1|$1 hour|$1 hours}}',
 'days'           => '{{PLURAL:$1|$1 day|$1 days}}',
 'ago'            => '$1 ago',
+'just-now'       => 'just now',
 
 # Bad image list
 'bad_image_list' => 'The format is as follows:
index e16e557..b76e19b 100644 (file)
@@ -3792,6 +3792,7 @@ Part of variable $1 in {{msg-mw|Ago}}
 *{{msg-mw|Minutes}}
 *{{msg-mw|Hours}}
 *{{msg-mw|Days}}',
+'just-now' => 'Phrase for indicating something happened just now.',
 
 # Bad image list
 'bad_image_list' => 'This message only appears to guide administrators to add links with the right format. This will not appear anywhere else in MediaWiki.',
index 60232da..e2e3940 100644 (file)
@@ -2816,6 +2816,7 @@ $wgMessageStructure = array(
                'hours',
                'days',
                'ago',
+               'just-now',
        ),
        'badimagelist' => array(
                'bad_image_list',