ja: Replace {{Bug}} to markdown link #12241
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
note: RegExp is
\{\{\s*Bug\s*\(\s*(["']|)(\d+)\1\s*\)\s*\}\}
to[Firefox bug $2](https://bugzil.la/$2)
廃止されたらしいマクロ {{Bug}} をVSCodeの置換でマークダウンのリンクに変換しました。
いちおう変なのが混ざっていないかは置換のプレビューのリストで軽く見ています。
#12028 と同じ目的のPRですが、ちょっと内容に変更があります。
大きな変更として、変換後のリンクのタイトルを
「バグ 12345」から「Firefox バグ 12345」に変更しました。(英語版に合わせました)
以下は、#12028 で言及したイレギュラーなものです。
files/ja/conflicting/web/api/document/index.md
files/ja/mdn/writing_guidelines/page_structures/macros/commonly_used_macros/index.md
{{Bug}}
を要求する文はen-US版ではmdリンクになって残っていたので、合わせるように変換しました。files/ja/mozilla/firefox/experimental_features/index.md
{{Bug}}
を要求する文はen-US版に合わせて章ごと削除しました。(変更なし)files/ja/mozilla/firefox/releases/10/index.md
files/ja/mozilla/firefox/releases/68/index.md
files/ja/web/api/htmlmediaelement/capturestream/index.md
files/ja/mozilla/firefox/releases/15/index.md
以上です。
よろしくお願いします。
Motivation
Additional details
Related issues and pull requests
Relates to #12028
Relates to #5603
Relates to mdn/content#24834