lib/locales/en.yml in jekyll-timeago-0.10.1 vs lib/locales/en.yml in jekyll-timeago-0.11.0
- old
+ new
@@ -1,17 +1,22 @@
en:
today: 'today'
yesterday: 'yesterday'
tomorrow: 'tomorrow'
- and: 'and'
+ last_word_connector: 'and'
+ words_connector: ', '
suffix: 'ago'
prefix: ''
suffix_future: ''
prefix_future: 'in'
- years: 'years'
- year: 'year'
- months: 'months'
- month: 'month'
- weeks: 'weeks'
- week: 'week'
- days: 'days'
- day: 'day'
+ years:
+ one: '1 year'
+ many: "%{count} years"
+ months:
+ one: '1 month'
+ many: '%{count} months'
+ weeks:
+ one: '1 week'
+ many: '%{count} weeks'
+ days:
+ one: '1 day'
+ many: '%{count} days'