You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
648 B
14 lines
648 B
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'],
|
|
}
|