Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
100.00% covered (success)
100.00%
12 / 12
n/a
0 / 0
CRAP
n/a
0 / 0
1<?php
2/*
3 * This file is part of Aplus Framework Date Library.
4 *
5 * (c) Natan Felles <natanfelles@gmail.com>
6 *
7 * For the full copyright and license information, please view the LICENSE
8 * file that was distributed with this source code.
9 */
10return [
11    'ago' => '{0} ago',
12    'in' => 'in {0}',
13    'now' => 'just now',
14    'seconds' => '{0, plural, =1{# second} other{# seconds}}',
15    'minutes' => '{0, plural, =1{# minute} other{# minutes}}',
16    'hours' => '{0, plural, =1{# hour} other{# hours}}',
17    'days' => '{0, plural, =1{# day} other{# days}}',
18    'weeks' => '{0, plural, =1{# week} other{# weeks}}',
19    'months' => '{0, plural, =1{# month} other{# months}}',
20    'years' => '{0, plural, =1{# year} other{# years}}',
21];