Module:Time Ago/i18n
Appearance
Documentation for this module may be created at Module:Time Ago/i18n/doc
return {
['en'] = {
['future'] = 'In $1',
['future-low'] = 'in $1',
['past'] = '$1 ago',
['year'] = '$1 {{plural:$2|year|years}}',
['month'] = '$1 {{plural:$2|month|months}}',
['week'] = '$1 {{plural:$2|week|weeks}}',
['day'] = '$1 {{plural:$2|day|days}}',
['hour'] = '$1 {{plural:$2|hour|hours}}',
['minute'] = '$1 {{plural:$2|minute|minutes}}',
['second'] = '$1 {{plural:$2|second|seconds}}',
['parse-error'] = 'First parameter cannot be parsed as a date or time.'
}
}