How to obtain a list of available locale keys from momentjs with locale?

前端 未结 6 1275
暖寄归人
暖寄归人 2020-12-31 06:38

I\'d like to obtain the list of available locale keys. I can\'t find any documentation on how to do this.

6条回答
  •  旧时难觅i
    2020-12-31 07:04

    A good way of viewing an up-to-date list of locales is to look inside the 'node_modules/moment/locale' folder. Then you'll see a js file for each locale and you can even see more details for that locale in the js file.

提交回复
热议问题