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

前端 未结 6 1278
暖寄归人
暖寄归人 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条回答
  •  庸人自扰
    2020-12-31 07:08

    moment.locales() returns array of locales like so:

    though moment.locale() returns current active locale, like so:

提交回复
热议问题