I\'d like to obtain the list of available locale keys. I can\'t find any documentation on how to do this.
For getting all list of available locale keys you'll need:
import moment from 'moment/min/moment-with-locales';
then
moment.locales(); // return array of all locales keys