diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2019-11-21 19:36:38 +0900 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-21 02:36:38 -0800 |
commit | 90bb7db48e658624c6c4609c832ac1451e4db98b (patch) | |
tree | c9a451081f5d6e142ab327730cb4c6aa955d0c76 /docs/ja/newbs_building_firmware.md | |
parent | e54aadf24a93efd89e93d4cdf7bb164a21716e14 (diff) | |
download | qmk_firmware-90bb7db48e658624c6c4609c832ac1451e4db98b.tar.gz |
[Docs] Update japanese translation of newbs.md and related documents. (#7431)
* Update japanese translation of newbs.md and related documents.
* document link id change
* add `ja/` in each link
`[xxx](yyy.md)` --> `[xxx](ja/yyy.md)`
* copy docs/ja/_summary.md from umi-umi's #7248 and fix it
Diffstat (limited to 'docs/ja/newbs_building_firmware.md')
-rw-r--r-- | docs/ja/newbs_building_firmware.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ja/newbs_building_firmware.md b/docs/ja/newbs_building_firmware.md index 5fb10d424..f9a847f4d 100644 --- a/docs/ja/newbs_building_firmware.md +++ b/docs/ja/newbs_building_firmware.md @@ -67,9 +67,9 @@ macOS または Windows を使用している場合は、キーマップフォ あるレイヤー全体が必要ない場合はレイヤーを削除することもでき、必要があれば、合計 32 個までレイヤーを追加することもできます。 ここで定義できる内容については、次のドキュメントを参照してください。 -* [キーコード](keycodes.md) -* [機能](features.md) -* [FAQ](faq.md) +* [キーコード](ja/keycodes.md) +* [機能](ja/features.md) +* [FAQ](ja/faq.md) ?> キーマップがどのように機能するかを感じながら、各変更を小さくしてください。大きな変更は、発生する問題のデバッグを困難にします。 @@ -96,4 +96,4 @@ Checking file size of planck_rev5_xyverz.hex ## ファームウェアを書きこむ -[「ファームウェアを書きこむ」](newbs_flashing.md) に移動して、キーボードに新しいファームウェアを書き込む方法を学習します。 +[「ファームウェアを書きこむ」](ja/newbs_flashing.md) に移動して、キーボードに新しいファームウェアを書き込む方法を学習します。 |