Jump to content

Module:Time Ago/i18n: Difference between revisions

From The Petit Planet Wiki
Created page with "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}..."
 
(No difference)

Latest revision as of 11:20, 15 November 2025

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.'
    }
}