MWTimestamp::getHumanTimestamp uses 'just-now' message, which did not exist
authorMatthias Mullie <git@mullie.eu>
Tue, 27 Nov 2012 12:29:15 +0000 (13:29 +0100)
committerMatthias Mullie <git@mullie.eu>
Wed, 28 Nov 2012 12:55:04 +0000 (13:55 +0100)
Change-Id: Ie91572948238b4ebcc3b942f74693c4687263a0c

languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php
maintenance/language/messages.inc

index 7bd1add..691570f 100644 (file)
@@ -3891,6 +3891,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 f032064..6791e23 100644 (file)
@@ -3789,6 +3789,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',