Angular 9 Locale data for 'en-US' cannot be found. No locale data will be included for this locale
It is working if you set sourceLocale to en
.
- But i cant figure out why the default value
en-US
dosnt work.
"i18n": {
"sourceLocale": "en",
"locales": {...}
}