aboutsummaryrefslogtreecommitdiff
path: root/files/ja/learn/javascript
Commit message (Collapse)AuthorAge
* Learn 以下の文書内のリンクURLを正規化 (#2356)Masahiro FUJIMOTO2021-09-14
| | | | | - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
* Body ミックスインを廃止し、 Response ↵Masahiro FUJIMOTO2021-08-13
| | | | | | | インターフェイスへ統合 (#1898) - orphaned にあった Body ミックスインを廃止 - Body ミックスインのメンバーを Response インターフェイスへ移動 - 関連する記事を 2021/08/04 時点の英語版に同期
* Delete space after "!" (#1679)kisre2021-07-29
| | | | Followed the rule of 約物, no space has after "?", and "!". There is a space after "?" in this file because of the presence of "2".
* remove wiki.developer.mozilla.org linksMasahiro FUJIMOTO2021-07-18
|
* update: Web API の紹介 の未訳箇所 (#1245)Akane Nakayama2021-07-18
| | | | | | | | | * update: Web API の紹介 の未訳箇所 * 表記の修正 * リンクの自動修正 * 半角スペースを追加(漏れ)
* Test_your_skills:_Math/ create in ja (#911)kisre2021-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * translation into ja original URL: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/Test_your_skills:_Math * [l10n-ja]Correcting after the review #911 I corrected the places pointed out in the way below: ---------------- <Find the places using regular expression> 英数字+全角 [0-9a-zA-Z][^\x01-\x7E] 全角+英数字 [^\x01-\x7E][0-9a-zA-Z] 英数字>+全角 [0-9a-zA-Z]>[^\x01-\x7E] 全角+<英数字 [^\x01-\x7E]<[0-9a-zA-Z] 全角数字 [0-9] 中黒 ・ ---------------- <Rules I used besides above> 「行頭」は半角空けない。 「、」「。」の前後は半角空けない。 「?」「!」の後は半角空ける。 ----------------
* Learn/JavaScript/First_steps/What_went_wrong を更新 (#901)Masahiro FUJIMOTO2021-05-29
| | | | - 2021/04/03 時点の英語版に同期 - 訳注マクロを削除
* I found a spelling error. (#808)takada2021-05-15
| | | | | | Thanks for the great article. I have found one spelling mistake in this article. In this context, "て" is more appropriate than "た".
* /Learn/CSS の更新と付随する修正 (#601)x2702021-04-22
| | | | | | | | | | | | | | | | | | | | | | | | * Docs/Learn/CSS の更新・修正 英語版 Last modified: Apr 14, 2021 と同期。 ・未翻訳箇所の追加。 「フロントエンドのウェブ開発者になりたいですか?」はdocs/Learn/index.htmlの同項目をコピーし、 「Web 開発者」を「ウェブ開発者」に修正したもの。 ・「デバック」を「デバッグ」に修正。 ・アルファベット前後の半角スペースを見直し。 * Update index.html Web 開発者 → ウェブ開発者 https://developer.mozilla.org/ja/docs/Learn/CSS への同項目追加時の修正と同期。 * Update index.html Web開発者→ウェブ開発者への修正。 英数字前後の半角スペース調整。 * Update index.html デバックをデバッグに修正
* replace class="in-page-callout webdev" with class="callout" (#589)Peter Bengtsson2021-04-20
|
* final dump 2020-12-14Peter Bengtsson2020-12-14
|
* 2020-12-13Peter Bengtsson2020-12-13
|
* dump 2020-12-10Peter Bengtsson2020-12-10
|
* initial commitPeter Bengtsson2020-12-08