Browse Source

docs: clarify locale prop impact on buttons text (#729)

master
Anaïs Boo 1 year ago
committed by GitHub
parent
commit
caf03e63a6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -203,7 +203,7 @@ This package supports automatic linking. Usually, the only thing you need to do
### How do i change the date order? (To YYYY-MM-DD etc)
The order is determined by the `locale` prop. Set for instance `locale='fr'`to get the french preference.
The order is determined by the `locale` prop. Set for instance `locale='fr'`to get the french preference. ⚠️ Setting the `locale` to a different id won't change the title, confirm button and cancel button texts language.
### How do i change the 12/24h or AM/PM format?

Loading…
Cancel
Save