Skip to content

kazatsuyu/deno_website2_japanese

This branch is up to date with tokiedokie/deno_website2_japanese:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0f5d0d · Oct 25, 2021
May 21, 2021
Oct 25, 2021
Oct 25, 2021
Oct 25, 2021
Mar 19, 2021
Mar 29, 2021
Oct 4, 2020
Oct 25, 2021
Oct 19, 2019
Mar 2, 2021
Aug 19, 2020
Aug 9, 2020
May 13, 2020
Oct 11, 2020
Mar 10, 2021
Feb 22, 2021
Oct 4, 2020
Apr 28, 2020
Mar 29, 2021
May 14, 2020
Mar 10, 2021
Aug 13, 2020
Oct 11, 2020
Feb 22, 2021
Mar 3, 2021
Oct 25, 2021
Mar 2, 2021

Repository files navigation

deno 日本語サイト

Build Status

https://deno-ja.vercel.app/ のレポジトリです。

翻訳のやり方

docs下の.mdファイルは英文をHTMLコメント(<!-- -->)でコメントアウトし、その下に日本語訳を書いてください。英文が複数行に渡る場合、すべてをコメントアウトして日本語にしてください。英文が一行空いている場合はそれぞれ分けて日本語にしてください。

.tsxの英文はJSXのコメント({/* */})でコメントアウトし、その下に日本語訳を書いてください。

docs/toc.jsonは元のファイルです。日本語はdocs/toc.ja.jsonに書いてください。

改行位置での半角スペースの自動挿入を防ぐため、日本語訳に改行をはさまないでください。 ただし.tsxでは、改行時に半角スペースの挿入が行われない箇所があり、そこでの改行はOKとします。

Markdown中のコードとリンクの前後が句読点やカッコでない場合、空白を開けてください。

句読点は を使ってください。

History

This is a rewrite of the Deno website it will combine the code in https://github.com/denoland/deno/tree/f96aaa802b245c8b3aeb5d57b031f8a55bb07de2/website and https://github.com/denoland/registry and have faster deployment.

This is written in React / TailwindCSS / Vercel / CloudFlare Workers. Not in Deno. Ideally this could be ported to Deno at some point but we are in need of a new website and dogfooding takes too long. We hope to see this code ported to Deno with minimal developer flow interrupted (in particular, we need the ability to listen for FS events and reload the web server).

Image License

These Deno images are distributed under the MIT license (public domain and free for use).

About

deno.land の日本語サイト

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.3%
  • CSS 10.0%
  • JavaScript 0.7%