Closed
Description
For this assertion:
...and the way locale
is used:
...and the document of Babel and timeago:
Instead of just 2 letter code, locale
also support longer format like en_US
, or even:
This assertion should be lifted, and document of this plugin may be changed accordingly, from ISO 639-1 to the document of Babel and timeago.
Change locale to locale: { default: en, babel: en_US, timeago: en_short }
or:
locale: en
locale_babel: en_US
locale_timeago: en_short
... may also be considered.