Fix issue with moment locale not working (#18943)
* add fn that maps from our locale string to moment's * use moment with locales * add a require for the specific locale * don't require en * ensure locale is lowercased for moment more generally * default locale to a string
Please register or sign in to comment