azu

Results 808 comments of azu

@dependabot merge 7/22/2025, 12:26:27 PM "asciidwango/js-primer" ***@***.***>

@dependabot merge 7/23/2025, 12:26:26 AM "asciidwango/js-primer" ***@***.***>

@dependabot merge 9/11/2025, 12:26:22 PM "textlint-ja/textlint-rule-preset-ja-technical-writing" ***@***.***>

@dependabot merge 9/12/2025, 12:26:24 AM "textlint-ja/textlint-rule-preset-ja-technical-writing" ***@***.***>

## Migration Plan: Mocha to Node.js Built-in Test Runner Based on our discussion, here's the detailed migration plan for moving from Mocha to Node.js's built-in test runner (`node:test`). ### Phase...

This issue related with https://github.com/wooorm/parse-entities/issues/19

ありがとうございます。 いくつか質問があります - デプロイ先はどういうイメージでしょうか? 現在の日本語版は、 https://github.com/azu/promises-book/blob/master/index.adoc のインデックスファイルを [Asciidoctor](https://asciidoctor.org/)で[build.sh](https://github.com/azu/promises-book/blob/master/_tools/build.sh)でHTMLにしたものを、gh-pages(GitHub Pages)にデプロイしています。 この場合、同じ `/`のルートのパスは使えないので `/ko/index.html` とかにパスをずらす必要が出てきたりします。 文章(.adoc)だけじゃなくてJSファイルとかも日本語が入っちゃってるので.jsファイルもコピーして翻訳していく必要が出てくるかなーと思います。 そうなると https://github.com/azu/promises-book/blob/gh-pages/gulpfile.js とかで .jsを処理していく部分もどうするかを考えていく必要がありそうです。 方法としては2つあって 1. https://github.com/azu/promises-book の中で翻訳して、デプロイの仕組みを新しく作る 2. https://github.com/azu/promises-book のリポジトリをforkして、別のリポジトリで翻訳して公開する 中国語の翻訳は2のパターンでやっていました。 こちらは既存のファイルを編集していくだけなので比較的シンプルではあります。 https://github.com/liubin/promises-book/