Skip to content

Commit

Permalink
docs(guide/i18n): fix internal link to MessageFormat Extensions sec…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
petebacondarwin committed May 5, 2015
1 parent ae826b0 commit 9711e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/guide/i18n.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Angular supports i18n/l10n for {@link ng.filter:date date}, {@link ng.filter:num
{@link ng.filter:currency currency} filters.

Localizable pluralization is supported via the {@link ng.directive:ngPluralize `ngPluralize`
directive}. Additionally, you can use <a href="#MessageFormat">MessageFormat extensions</a> to
directive}. Additionally, you can use {@link guide/i18n#messageformat-extensions MessageFormat extensions} to
`$interpolate` for localizable pluralization and gender support in all interpolations via the
`ngMessageFormat` module.

Expand Down Expand Up @@ -142,7 +142,7 @@ displaying the date with a timezone specified by the developer.


<a name="MessageFormat"></a>
## MessageFormat extensions
## MessageFormat extensions

You can write localizable plural and gender based messages in Angular interpolation expressions and
`$interpolate` calls.
Expand Down

0 comments on commit 9711e3e

Please sign in to comment.