Skip to content

Commit c4aa95f

Browse files
committed
Revert "foundations/boolの翻訳"
This reverts commit 8a66702.
1 parent d1b4c67 commit c4aa95f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ use ecow::EcoString;
22

33
use crate::foundations::{ty, Repr};
44

5-
/// 2つの状態を持つ型です。
5+
/// A type with two states.
66
///
7-
/// ブーリアン型には、`{true}``{false}`という2つの値があります。
8-
/// これは、何かの状態がオンであるのかや、有効であるのかなどを示します。
7+
/// The boolean type has two values: `{true}` and `{false}`. It denotes whether
8+
/// something is active or enabled.
99
///
10-
/// #
10+
/// # Example
1111
/// ```example
1212
/// #false \
1313
/// #true \

website/translation-status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"/docs/reference/foundations/array/": "translated",
1717
"/docs/reference/foundations/assert/": "untranslated",
1818
"/docs/reference/foundations/auto/": "translated",
19-
"/docs/reference/foundations/bool/": "translated",
19+
"/docs/reference/foundations/bool/": "untranslated",
2020
"/docs/reference/foundations/bytes/": "untranslated",
2121
"/docs/reference/foundations/calc/": "untranslated",
2222
"/docs/reference/foundations/content/": "untranslated",

0 commit comments

Comments
 (0)