A focused reference for Angular's built-in i18n system, covering everything from marking text with i18n attributes to extracting messages and building localized versions of your app. You get examples of pluralization, gender-specific translations, and attribute localization, plus configuration snippets for angular.json. It also touches on runtime translation loading with ngx-translate as an alternative approach. The best practices lean heavily on the template-based approach using i18n attributes and the $localize API, which is Angular's official path forward. If you're choosing between Angular's compile-time i18n and runtime libraries, this gives you patterns for both without much editorial guidance on the tradeoffs.
npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill angular-i18n