aboutsummaryrefslogtreecommitdiff
path: root/files/ja/learn/javascript/first_steps
Commit message (Collapse)AuthorAge
* Fix typoYuto2022-02-23
|
* learn/javascript/first_step の英単語の前後に半角空白を追加atyamash2022-02-21
|
* Learn 以下の文書内のリンクURLを正規化 (#2356)Masahiro FUJIMOTO2021-09-14
| | | | | - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
* 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
|
* 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 時点の英語版に同期 - 訳注マクロを削除
* replace class="in-page-callout webdev" with class="callout" (#589)Peter Bengtsson2021-04-20
|
* initial commitPeter Bengtsson2020-12-08