forked from gpbl/react-day-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# Localization | ||
|
||
react-day-picker can be localized into any language (english is the default). You have two options: | ||
react-day-picker can be localized into any language (English being the default). | ||
|
||
1. [using the provided utility based on moment.js](LocalizationMoment.md) | ||
2. [creating your own localization or use another i18n library](LocalizationCustom.md) | ||
Here there are two options: | ||
|
||
1. [use the provided utility based on moment.js](LocalizationMoment.md) | ||
2. [create your own localization (or use another i18n library)](LocalizationCustom.md) |