From 28c5e540489cce328594324a0329fcb7664f4a7f Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Wed, 7 Aug 2024 23:42:11 -0400 Subject: [PATCH] docs(angular): add internationalization content (#6425) --- .../internationalization@Xxyx3uzy5TpNhgR1IysMN.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/internationalization@Xxyx3uzy5TpNhgR1IysMN.md b/src/data/roadmaps/angular/content/internationalization@Xxyx3uzy5TpNhgR1IysMN.md index 49a10ae67..3eca15afb 100644 --- a/src/data/roadmaps/angular/content/internationalization@Xxyx3uzy5TpNhgR1IysMN.md +++ b/src/data/roadmaps/angular/content/internationalization@Xxyx3uzy5TpNhgR1IysMN.md @@ -1 +1,11 @@ -# Internationalization \ No newline at end of file +# Internationalization + +Internationalization, sometimes referenced as i18n, is the process of designing and preparing your project for use in different locales around the world. Localization is the process of building versions of your project for different locales. + +Visit the following resources to learn more: + +- [@official@Angular Official Docs - Internationalization](https://angular.dev/guide/i18n) +- [@article@Angular i18n](https://lokalise.com/blog/angular-i18n/) +- [@opensource@Transloco](https://github.com/jsverse/transloco) +- [@opensource@Ngx Translate](https://github.com/ngx-translate/core) +- [@video@Angular 18 Multi-Language Support](https://www.youtube.com/watch?v=hIz0OglmT0Q) \ No newline at end of file