diff options
author | umi <57262844+umi-umi@users.noreply.github.com> | 2020-09-04 11:54:23 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 19:54:23 -0700 |
commit | c3f3b34d7c913df771f9cd6470169798a2ece16f (patch) | |
tree | d58518c6b0cf55912936ba915e0ac25d34f649f5 /docs/ja/api_development_environment.md | |
parent | 98278968b75ffe48fdb4c0189658de00b7e4322c (diff) | |
download | qmk_firmware-c3f3b34d7c913df771f9cd6470169798a2ece16f.tar.gz qmk_firmware-c3f3b34d7c913df771f9cd6470169798a2ece16f.zip |
[Docs] Japanese translation of api_*.md (#9992)
* add api related translation
* update based on comment
* update based on comment
* update based on comment
Diffstat (limited to 'docs/ja/api_development_environment.md')
-rw-r--r-- | docs/ja/api_development_environment.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/ja/api_development_environment.md b/docs/ja/api_development_environment.md new file mode 100644 index 000000000..8dce1ba2f --- /dev/null +++ b/docs/ja/api_development_environment.md | |||
@@ -0,0 +1,8 @@ | |||
1 | # 開発環境のセットアップ | ||
2 | |||
3 | <!--- | ||
4 | original document: 0.9.50:docs/api_development_environment.md | ||
5 | git diff 0.9.50 HEAD -- docs/api_development_environment.md | cat | ||
6 | --> | ||
7 | |||
8 | 開発環境をセットアップするには、[qmk_web_stack](https://github.com/qmk/qmk_web_stack) に行ってください。 | ||