-
Notifications
You must be signed in to change notification settings - Fork 22
Conversation
ざざっと翻訳しました。半分以上は今週の「和解の現状」のTL;DRですね。 |
* Added interested contributors to teams for their language. | ||
* Teams registered Twitter accounts for their teams and other relevant social media accounts. | ||
* Teams came up with their own ways of working together, and they became more of "community organizers," as opposed to just "translators" --> | ||
Mediumに載せた[元記事](https://medium.com/@mikeal/how-io-js-built-a-146-person-27-language-localization-effort-in-one-day-65e5b1c49a62)を参照 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
日本語版のリンクもいれておいてもよいかもですね
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
このブログはMikeal の個人ブログのほうなので日本語訳がないんです。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
あー、なるほどわかりました
コミュニティのとこも訳してみました #28 |
* Shigeki Ohtsu (@shigeki) --> | ||
* **stream**: よりシンプルなstream作成。 ([readable-stream/issues#102](https://github.com/iojs/readable-stream/issues/102)) | ||
* **dns**: `lookup()`メソッド で `'all'` オプションをサポート。この設定を有効にすると名前の解決が行われたすべてのアドレスを配列で返します(デフォルトは`false`に設定)。 ([iojs/pull#744](https://github.com/iojs/io.js/pull/744)) | ||
* **assert**: `deepEqual()`から`prototype`プロパティの比較を外しました。 ([iojs/issues#636](https://github.com/iojs/io.js/pull/636)) `deepEqual()`のミラーとして`deepStrictEqual()`メソッドを追加、ただしprimitivesではstrict equalのチェックを行います。 ([iojs/issues#639](https://github.com/iojs/io.js/pull/639)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deepStrictEqual works the same way as strictEqual, but uses === to compare primitives and requires prototypes of equal objects to be the same object.
とあるので
deepEqual()
のミラーとしてdeepStrictEqual()
メソッドを追加し、こちらがプリミティブの比較を行います
などの方が適当な気がします
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
変更しました。
Update 2015-02-13.md
👍 いいと思います。 |
CHANGELOGの翻訳、したいなーと思いつつも。とりあえず、これはこのままマージしちゃいますね。 |
io.js weekly 2015-02-13
needs review before merge