moment / momentjs.com

The website for momentjs
momentjs.com
MIT License
636 stars 820 forks source link

Duplication of 'Malay' locale on the website #721

Closed megatheikal closed 1 year ago

megatheikal commented 2 years ago

Describe the bug There are two locales have the same name and time.

To Reproduce Steps to reproduce the behavior:

  1. Open https://momentjs.com/ .
  2. Scroll down to Multiple Locale Support section.
  3. See that there are 2 'Malay' locales.

Expected behavior We expected to see a single 'Malay' locale.

Screenshots

image

Desktop (please complete the following information):

gilmoreorless commented 1 year ago

This is happening because there are duplicate locale files in the moment source, but one of them is marked as deprecated.

I'll leave this issue open as a reminder to possibly exclude deprecated locales in the website build script.