hustcc / timeago.js

:clock8: :hourglass: timeago.js is a tiny(2.0 kb) library used to format date with `*** time ago` statement.
https://timeago.org
MIT License
5.29k stars 411 forks source link

Not all supported locales are exported together #238

Closed caroqliu closed 3 years ago

caroqliu commented 3 years ago

Five of the locales included in lang/ are missing from lang/index.ts:

hustcc commented 3 years ago

default only contains en, zh

other langs, should be import by yourself.

caroqliu commented 3 years ago

I mean that they are missing from this file: https://github.com/hustcc/timeago.js/blob/master/src/lang/index.ts

This causes them to be excluded from full: https://github.com/hustcc/timeago.js/blob/7ebf670ec3d47af66b175225eb675354d12951c2/src/full.ts#L9-L11

Is this intentional?

hustcc commented 3 years ago

Sorry, can help with a pr?