Skip to content

Commit 59157e6

Browse files
sbtseiji3w36zj6
andauthored
Update crates/typst-library/src/foundations/datetime.rs
Co-authored-by: 3w36zj6 <[email protected]>
1 parent aefe3f2 commit 59157e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/typst-library/src/foundations/datetime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ use crate::World;
7878
/// - `month`: `datetime`の月を表示します
7979
/// - `padding`: 月表示のパディングは`zero`(ゼロ)、`space`(空白)、`none`(なし)が指定できます。
8080
/// - `repr`: 月を数値で表示するか(`numerical`)、英語の月名(`long`)、英語の略称(`short`)で表示するかを指定できます。
81-
/// 残念ながら、現在のところ、月名表示は英語のみです。将来的にはローカライズが予定されています
81+
/// 残念ながら、現在のところ、月名表示は英語のみです。将来的には多言語対応が予定されています
8282
/// - `day`: `datetime`の日を表示します。
8383
/// - `padding`: 日表示のパディングは`zero`(ゼロ)、`space`(空白)、`none`(なし)が指定できます。
8484
/// - `week_number`: datetimeの週番号を表示します。

0 commit comments

Comments
 (0)