From 824e0a94028692a0ed3d5e442ec46e90e59be01a Mon Sep 17 00:00:00 2001 From: gomazarashi Date: Sat, 19 Sep 2026 15:55:46 +0900 Subject: [PATCH] =?UTF-8?q?`/docs/reference/foundations/datetime/`?= =?UTF-8?q?=E3=81=AE=E5=86=8D=E7=BF=BB=E8=A8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/typst-library/src/foundations/datetime.rs | 7 ++----- website/translation-status.json | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/crates/typst-library/src/foundations/datetime.rs b/crates/typst-library/src/foundations/datetime.rs index 46471dfb4..36e1f56e7 100644 --- a/crates/typst-library/src/foundations/datetime.rs +++ b/crates/typst-library/src/foundations/datetime.rs @@ -276,11 +276,8 @@ impl Datetime { /// 現在の日付を取得。 /// - /// In the CLI, this can be overridden with the `--creation-timestamp` - /// argument or by setting the - /// [`SOURCE_DATE_EPOCH`](https://reproducible-builds.org/specs/source-date-epoch/) - /// environment variable. In both cases, the value should be given as a UNIX - /// timestamp. + /// CLIでは、`--creation-timestamp`引数を指定するか、[`SOURCE_DATE_EPOCH`](https://reproducible-builds.org/specs/source-date-epoch/)環境変数を設定することで、これを上書きできます。 + /// いずれの場合も、値はUNIXタイムスタンプとして指定する必要があります。 /// /// ```example /// Today's date is diff --git a/website/translation-status.json b/website/translation-status.json index 981ad6b6d..c0bd82278 100644 --- a/website/translation-status.json +++ b/website/translation-status.json @@ -20,7 +20,7 @@ "/docs/reference/foundations/bytes/": "untranslated", "/docs/reference/foundations/calc/": "partially_translated", "/docs/reference/foundations/content/": "translated", - "/docs/reference/foundations/datetime/": "partially_translated", + "/docs/reference/foundations/datetime/": "translated", "/docs/reference/foundations/decimal/": "untranslated", "/docs/reference/foundations/dictionary/": "untranslated", "/docs/reference/foundations/duration/": "untranslated",