-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[I18n] New locale codes not supported by angular.json #17032
Comments
Thank you for pointing this out. It was actually updated above that line but this instance appears to have been missed. A fix will be available in the next patch release. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
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
The text was updated successfully, but these errors were encountered: