dayjs / dayjs-website

⏰Day.js website repo
http://day.js.org/
MIT License
65 stars 228 forks source link

preParsePostFormat documentation is missing #60

Closed HELWATANY closed 2 years ago

HELWATANY commented 2 years ago

After merging pull request #1255 to solve issue #416 on the main repo, the website documentation is missing preParsePostFormat plugin documentation.

The plugin needs to be loaded in order to transform language numerals such as ar displaying "Eastern Arabic numerals" ۰۱۲۳۴۵۶۷۸۹ instead of "Arabic numerals" 0123456789.

iamkun commented 2 years ago

Interested to submit a pull request?

HELWATANY commented 2 years ago

Sure will do 😃

VehpuS commented 2 years ago

Already done (just noticed the issue). https://day.js.org/docs/en/plugin/preparse-postformat

Relevant pull request: https://github.com/dayjs/dayjs-website/pull/58

Hopefully the test was clear enough as a usage example, but now the documentation should hopefully make things clear for any new user.

iamkun commented 2 years ago

done