Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions crates/typst-library/src/layout/repeat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ use crate::layout::Length;
/// ]
/// ```
///
/// # Accessibility
/// Repeated content is automatically marked as an [artifact]($pdf.artifact) and
/// hidden from Assistive Technology (AT). Do not use this function to create
/// content that contributes to the meaning of your document.
/// # アクセシビリティ
/// 繰り返されたコンテンツは自動的に[アーティファクト]($pdf.artifact)としてマークされ、支援技術(AT)からは認識されません。
/// そのため、文書の意味に関わるコンテンツの作成には、この関数を使用しないでください。
#[elem(Tagged)]
pub struct RepeatElem {
/// 繰り返すコンテンツ。
Expand Down
2 changes: 1 addition & 1 deletion website/translation-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"/docs/reference/layout/place/": "partially_translated",
"/docs/reference/layout/ratio/": "partially_translated",
"/docs/reference/layout/relative/": "partially_translated",
"/docs/reference/layout/repeat/": "partially_translated",
"/docs/reference/layout/repeat/": "translated",
"/docs/reference/layout/rotate/": "translated",
"/docs/reference/layout/scale/": "translated",
"/docs/reference/layout/skew/": "translated",
Expand Down
Loading