We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefe3f2 commit 59157e6Copy full SHA for 59157e6
crates/typst-library/src/foundations/datetime.rs
@@ -78,7 +78,7 @@ use crate::World;
78
/// - `month`: `datetime`の月を表示します
79
/// - `padding`: 月表示のパディングは`zero`(ゼロ)、`space`(空白)、`none`(なし)が指定できます。
80
/// - `repr`: 月を数値で表示するか(`numerical`)、英語の月名(`long`)、英語の略称(`short`)で表示するかを指定できます。
81
-/// 残念ながら、現在のところ、月名表示は英語のみです。将来的にはローカライズが予定されています。
+/// 残念ながら、現在のところ、月名表示は英語のみです。将来的には多言語対応が予定されています。
82
/// - `day`: `datetime`の日を表示します。
83
/// - `padding`: 日表示のパディングは`zero`(ゼロ)、`space`(空白)、`none`(なし)が指定できます。
84
/// - `week_number`: datetimeの週番号を表示します。
0 commit comments