ekoeryanto / vuepress-plugin-sitemap

Sitemap generator plugin for vuepress.
MIT License
93 stars 19 forks source link

Feature Request: Add lang to dateFormatter #28

Open FuckDoctors opened 4 years ago

FuckDoctors commented 4 years ago

Because of @vuepress/last-updated is using Date(timestamp).toLocaleString(lang), we need lang to parse the time correctly.

Although we can use @vuepress/last-updated.transformer to avoid #16 , with the lang we can be more flexible.