-
-
Notifications
You must be signed in to change notification settings - Fork 743
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dos and examples for better rtl support (#125)
- Loading branch information
Showing
5 changed files
with
13 additions
and
17 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,9 +1,6 @@ | ||
# Localization | ||
|
||
As default, react-day-picker is localized in English, but it can be localized into any language. | ||
|
||
To localize the day picker, there are two options: | ||
|
||
1. [Use the provided utility based on moment.js](LocalizationMoment.md) | ||
2. [Create your own utility with your favorite i18n library](LocalizationCustom.md) | ||
react-day-picker can be localized into any language (english is the default). You have two options: | ||
|
||
1. [using the provided utility based on moment.js](LocalizationMoment.md) | ||
2. [creating your own localization or use another i18n library](LocalizationCustom.md) |
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
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
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
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