Closed
Description
According to I18n documentation, language code such as zh-Hant-HK
should be supported. Documentation also points you to the list of all supported locales on the angular repo.
It seems however that those codes are blocked by the regular expression defined in the schema.
angular-cli/packages/angular/cli/lib/config/schema.json
Lines 416 to 420 in c9a5f3c