From d9bcf8032a44122db91c099485180aa3bbe657a5 Mon Sep 17 00:00:00 2001
From: GreasySlug <9619abgoni@gmail.com>
Date: Sun, 18 Sep 2022 13:14:17 +0900
Subject: [PATCH] Doc: translate En to Ja in other than "syntax"
---
doc/JA/API/special.md | 2 +-
doc/JA/compiler/TODO_hint.md | 2 +-
doc/JA/compiler/TODO_recov_suggest.md | 2 +-
doc/JA/compiler/TODO_warn.md | 2 +-
doc/JA/compiler/inference.md | 2 +-
doc/JA/python/bytecode_instructions.md | 9 +++++++--
doc/JA/python/bytecode_specification.md | 2 +-
7 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/doc/JA/API/special.md b/doc/JA/API/special.md
index 7841e142..e1ee5def 100644
--- a/doc/JA/API/special.md
+++ b/doc/JA/API/special.md
@@ -1,5 +1,5 @@
+# 特殊形式
-# 特殊形式(Special form)
[](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=doc/EN/API/special.md&commit_hash=06f8edc9e2c0cee34f6396fd7c64ec834ffb5352)
diff --git a/doc/JA/compiler/TODO_hint.md b/doc/JA/compiler/TODO_hint.md
index 76edb2cd..7491075c 100644
--- a/doc/JA/compiler/TODO_hint.md
+++ b/doc/JA/compiler/TODO_hint.md
@@ -1,4 +1,4 @@
-# Hint (not implemented)
+# Hint (未実装)
[](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=doc/EN/compiler/TODO_hint.md&commit_hash=d15cbbf7b33df0f78a575cff9679d84c36ea3ab1)
diff --git a/doc/JA/compiler/TODO_recov_suggest.md b/doc/JA/compiler/TODO_recov_suggest.md
index 92d04c7c..fb60fd7b 100644
--- a/doc/JA/compiler/TODO_recov_suggest.md
+++ b/doc/JA/compiler/TODO_recov_suggest.md
@@ -1,4 +1,4 @@
-# Error recovery suggestions (not implemented yet)
+# Error recovery suggestions (未実装)
[](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=doc/EN/compiler/TODO_recov_suggest.md&commit_hash=d15cbbf7b33df0f78a575cff9679d84c36ea3ab1)
diff --git a/doc/JA/compiler/TODO_warn.md b/doc/JA/compiler/TODO_warn.md
index e03ffd4f..d3dd1737 100644
--- a/doc/JA/compiler/TODO_warn.md
+++ b/doc/JA/compiler/TODO_warn.md
@@ -1,4 +1,4 @@
-# warnings (not implemented yet)
+# warnings (未実装)
[](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=doc/EN/compiler/TODO_warn.md&commit_hash=d15cbbf7b33df0f78a575cff9679d84c36ea3ab1)
diff --git a/doc/JA/compiler/inference.md b/doc/JA/compiler/inference.md
index c189965c..55d356ce 100644
--- a/doc/JA/compiler/inference.md
+++ b/doc/JA/compiler/inference.md
@@ -71,7 +71,7 @@ line 3. Call{obj: print!, args: [v]}
```rust
pub enum Type {
...
- Var(RcCell