From 897c4a6dd76a785915ef24edc308ef6d3c1fcbfb Mon Sep 17 00:00:00 2001 From: andrewhood125ruhuc Date: Mon, 18 Dec 2023 20:52:01 +0800 Subject: [PATCH] Update ja document of i18n to reflect this change: https://github.com/iamkun/dayjs/pull/182#issuecomment-390540277 --- docs/ja/I18n.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ja/I18n.md b/docs/ja/I18n.md index 640cd86b..968ab63b 100644 --- a/docs/ja/I18n.md +++ b/docs/ja/I18n.md @@ -31,7 +31,7 @@ dayjs.locale(customizedLocaleObject) // カスタムロケールを適用 #### 局所的なロケールの変更 -* `Dayjs` オブジェクトを返します +* 指定したロケールを適用した、新しい `Dayjs` オブジェクトを返します `dayjs#locale` と同じですが、特定のインスタンスにのみロケールを適用します。