Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken internal-links of i18n contribution guide #1396

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 11 additions & 11 deletions docs/i18nContributionGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,35 @@

## Table of Contents

- [Adding a new locale](#usage)
- [Adding a new locale](#adding-a-new-locale)

- [Choosing a directory name for a locale](#choosing-a-directory-name-for-a-locale)

- [index.js](#indexjs)
- [index.js](#index.js)

- [localize](#localize)

- [localize.ordinalNumber](#localizeordinalnumber)
- [localize.ordinalNumber](#localize.ordinalnumber)

- [localize.era and using buildLocalizeFn function](#localizeera-and-using-buildlocalizefn-function)
- [localize.era and using buildLocalizeFn function](#localize.era-and-using-buildlocalizefn-function)

- [Formatting localizers](#formatting-localizers)

- [localize.quarter](#localizequarter)
- [localize.quarter](#localize.quarter)

- [localize.month](#localizemonth)
- [localize.month](#localize.month)

- [localize.day](#localizeday)
- [localize.day](#localize.day)

- [localize.dayPeriod](#localizedayperiod)
- [localize.dayPeriod](#localize.dayperiod)

- [formatLong](#formatlong)

- [formatLong.dateFormats](#formatlongdateformats)
- [formatLong.dateFormats](#formatlong.dateformats)

- [formatLong.timeFormats](#formatlongtimeformats)
- [formatLong.timeFormats](#formatlong.timeformats)

- [formatLong.dateTimeFormats](#formatlongdatetimeformats)
- [formatLong.dateTimeFormats](#formatlong.datetimeformats)

- [formatRelative](#formatrelative)

Expand Down