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
9 changes: 4 additions & 5 deletions crates/typst-library/src/layout/transform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ use crate::layout::{Abs, Alignment, Angle, HAlignment, Length, Ratio, Rel, VAlig
/// ))
/// ```
///
/// # Accessibility
/// Moving is transparent to Assistive Technology (AT). Your content will be
/// read in the order it appears in the source, regardless of any visual
/// movement. If you need to hide content from AT altogether in PDF export,
/// consider using [`pdf.artifact`].
/// # アクセシビリティ
/// 移動は支援技術(AT)に対して透過的です。
/// コンテンツは視覚的な移動に関係なく、ソースに現れる順序で読み上げられます。
/// PDFエクスポートにおいてATからコンテンツを完全に隠す必要がある場合は、[`pdf.artifact`]の使用を検討してください。
#[elem]
pub struct MoveElem {
/// コンテンツの水平方向の変位。
Expand Down
2 changes: 1 addition & 1 deletion website/translation-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"/docs/reference/layout/layout/": "partially_translated",
"/docs/reference/layout/length/": "translated",
"/docs/reference/layout/measure/": "translated",
"/docs/reference/layout/move/": "partially_translated",
"/docs/reference/layout/move/": "translated",
"/docs/reference/layout/pad/": "translated",
"/docs/reference/layout/page/": "translated",
"/docs/reference/layout/pagebreak/": "translated",
Expand Down
Loading