Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(guide/i18n): fix url-based links refs to AUTO module #6383

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/guide/i18n.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Currently, Angular supports i18n/l10n for
[currency](http://docs.angularjs.org/#!/api/ng.filter:currency) filters.

Additionally, Angular supports localizable pluralization support provided by the {@link
api/ng.directive:ngPluralize ngPluralize directive}.
ng.directive:ngPluralize ngPluralize directive}.

All localizable Angular components depend on locale-specific rule sets managed by the {@link
api/ng.$locale $locale service}.
ng.$locale $locale service}.

For readers who want to jump straight into examples, we have a few web pages that showcase how to
use Angular filters with various locale rule sets. You can find these examples either on
Expand Down