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.
インライン表示できてなかった箇所を修正いたしました。
漏れをなくす方法が当方では思い浮かばず、
できる限り拾って修正をさせていただく形をとりました。
修正点のレビューをお願いいたします。
なお、手順の検証ができるように、
検出の手順を記載しておきます。
インラインの前後に半角スペースが日本語訳文に埋め込まれてなかった
(半角スペースがなくても、
「
とか。
などの記号の場合は問題なかった)。問題箇所を拾うために使った正規表現
※正規表現がうまく作れておらず、
拾った箇所がすべて問題のある個所というわけではなく、問題ない箇所も拾います。
その中から問題になりそうなところを目視確認、修正していきました。
インラインの ` が漏れていた箇所があった。
行単位で奇数個になっている行を拾って修正。
上記を拾うために使った正規表現は以下