The great @ckaeslin found your solution, see his answer in following post or just change your imports like this:
import moment from 'moment';
import 'moment/src/locale/pt-br';
p.s.: to set the locale/language to moment
moment().locale(language); // where language is for example 'pt-br' or 'fr' etc.