export default { second: ['just now', 'right now'], seconds: ['%d seconds ago', '%d seconds from now'], minute: ['about a minute ago', 'about a minute from now'], minutes: ['%d minutes ago', '%d minutes from now'], hour: ['about a hour ago', 'about a hour from now'], hours: ['%d hours ago', '%d hours from now'], day: ['a day ago', 'a day from now'], days: ['%d days ago', '%d days from now'], month: ['about a month ago', 'about a month from now'], months: ['%d months ago', '%d months from now'], year: ['about a year ago', 'about a year from now'], years: ['%d years ago', '%d years from now'], }