From caf03e63a6dbc833ddf0ee6983f3468b5a470b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=C3=AFs=20Boo?= <118919010+anais-boo@users.noreply.github.com> Date: Sun, 3 Dec 2023 17:44:28 +0100 Subject: [PATCH] docs: clarify locale prop impact on buttons text (#729) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46606da..1a5ed36 100644 --- a/README.md +++ b/README.md @@ -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?