From f94c09bcf36e82a2fb7dac5c452c655e82de460f Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Tue, 3 Sep 2024 04:20:50 -0400 Subject: [PATCH] docs(angular): add locales-id content (#6944) --- .../content/locales-by-id@dVKl3Z2Rnf6IB064v19Mi.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/locales-by-id@dVKl3Z2Rnf6IB064v19Mi.md b/src/data/roadmaps/angular/content/locales-by-id@dVKl3Z2Rnf6IB064v19Mi.md index 96537634b..c42e5292b 100644 --- a/src/data/roadmaps/angular/content/locales-by-id@dVKl3Z2Rnf6IB064v19Mi.md +++ b/src/data/roadmaps/angular/content/locales-by-id@dVKl3Z2Rnf6IB064v19Mi.md @@ -1 +1,10 @@ -# Locales by ID \ No newline at end of file +# Locales by ID + +Angular uses the Unicode locale identifier (Unicode locale ID) to find the correct locale data for internationalization of text strings. A locale ID specifies the language, country, and an optional code for further variants or subdivisions. A locale ID consists of the language identifier, a hyphen (-) character, and the locale extension. By default, Angular uses `en-US` as the source locale of your project. + +Visit the following resources to learn more: + +- [@official@Angular Official Docs - Refer to locales by ID](https://angular.dev/guide/i18n/locale-id) +- [@opensource@Angular locales](https://github.com/angular/angular/tree/main/packages/common/locales) +- [@official@Codes arranged alphabetically by alpha-3/ISO 639-2 Code](https://www.loc.gov/standards/iso639-2/php/code_list.php) +- [@official@Unicode CLDR Specifications](https://cldr.unicode.org/index/cldr-spec) \ No newline at end of file